diff --git a/docs/installation.md b/docs/installation.md index 05cd5eb2e..07ac4db89 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -60,7 +60,7 @@ $ npm install webpack webpack-cli --save-dev { "...": "...", "scripts": { - "start": "webpack src/index.js --output bin/app.js -d --watch" + "start": "webpack ./src/index.js --output-path ./bin --watch" } } ``` @@ -75,7 +75,7 @@ m.render(document.body, "hello world"); ```html - + ```