Skip to content

Commit e35cf8b

Browse files
committed
change scripts on readme
1 parent 18de0e1 commit e35cf8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ $ npm install
3434
All scripts are run with `npm run [script]`, for example: `npm run test`.
3535

3636
* `build` - generate a minified build to dist folder
37-
* `dev` - start development server, try it by opening `http://localhost:8080/`
37+
* `start` - start development server, try it by opening `http://localhost:8080/`
3838
* `test` - run all tests
39-
* `test:live` - continuously run unit tests watching for changes
39+
* `test-live` - continuously run unit tests watching for changes
4040

4141
See what each script does by looking at the `scripts` section in [package.json](./package.json).
4242

0 commit comments

Comments
 (0)