diff --git a/docs/installation.md b/docs/installation.md index 5689bc25..0c2625d0 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -232,7 +232,7 @@ If you want to try it and give feedback, you can open `package.json` and change { "name": "my-project", "scripts": { - "build": "bundle index.js --output app.js --watch" + "build": "bundle src/index.js --output bin/app.js --watch" } } ```