diff --git a/README.md b/README.md index defbdff9..ad74de56 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ ## Commands - `npm run build` - starts build procedure -- `npm run start` - start watching for files and opens development server on localhost:8080 +- `npm run start` - starts web server on localhost:8080 +- `npm run dev` - starts development server and watches for file changes on localhost:8080 - `npm run lint` - generate code coverage report