diff --git a/guide/starting-a-pear-desktop-project.md b/guide/starting-a-pear-desktop-project.md index e254862..5729a28 100644 --- a/guide/starting-a-pear-desktop-project.md +++ b/guide/starting-a-pear-desktop-project.md @@ -17,7 +17,7 @@ pear init --yes This creates the base project structure. - `package.json`. App configuration. Notice the `pear` property. -- `index.js`. App entrypoint. +- `index.html`. App entrypoint. - `app.js`. Main code. - `test/index.test.js`. Test skeleton.