Skip to content

Commit

Permalink
Update chapter_4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0x70b1a5 authored Jun 28, 2024
1 parent 1cf3cdd commit 2137206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/my_first_app/chapter_4.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ In your `my_init_fn`, add the following line:
```rs
homepage::add_to_homepage(
"My App Name", // the name of your app
ICON, // the icon data (base64 encoded, prepended with "data:image/png;base64,")
Some(ICON), // the icon data (base64 encoded, prepended with "data:image/png;base64,")
"/", // the path to your app's UI (/my_process:my_package:template.os/ is prepended automatically)
).unwrap();
```
Expand Down

0 comments on commit 2137206

Please sign in to comment.