diff --git a/README.md b/README.md index 395bbe26d0..50d7e8e33f 100644 --- a/README.md +++ b/README.md @@ -69,14 +69,14 @@ script as such: ```json "scripts": { - "start:dev": "webpack-dev-server" + "dev": "webpack serve" } ``` And run the following in your terminal/console: ```console -npm run start:dev +npm run dev ``` NPM will automagically reference the binary in `node_modules` for you, and