Skip to content

Commit

Permalink
Fix typo in README (#76)
Browse files Browse the repository at this point in the history
it ain't much, but it's honest work ;)
  • Loading branch information
markusdd committed Oct 24, 2022
1 parent 692d986 commit 4367426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Change the name of the crate: Chose a good name for your project, and change the
* `main.rs`
* Change `eframe_template::TemplateApp` to `your_crate::TemplateApp`
* `index.html`
* Chage the `<title>eframe template</title>` to `<title>your_crate</title>`. optional.
* Change the `<title>eframe template</title>` to `<title>your_crate</title>`. optional.
* `assets/sw.js`
* Change the `'./eframe_template.js'` to `./your_crate.js` (in `filesToCache` array)
* Change the `'./eframe_template_bg.wasm'` to `./your_crate_bg.wasm` (in `filesToCache` array)
Expand Down

0 comments on commit 4367426

Please sign in to comment.