diff --git a/README.md b/README.md index 033ce50bf..99e927ea9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ It will start a local server using `webpack-dev-server` which will watch, build ### Build files * single run: `npm run build` -* build files and watch: `npm run watch` +* build files and watch: `npm start` ## Testing