Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit 4f8e1cf

Browse files
committed
[DOC] Added missing 'run' command in serve/watch
1 parent df4bf2e commit 4f8e1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ server with:
4545
$ nodemon server/app.js
4646
```
4747

48-
Alternatively, you can just run `npm monitor`. The application shell should now be available on port `8080`.
48+
Alternatively, you can just run `npm run monitor`. The application shell should now be available on port `8080`.
4949

5050
### Deployment
5151

0 commit comments

Comments
 (0)