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

Commit 5441cdc

Browse files
committed
Merge pull request #46 from raiseandfall/patch-1
[DOC] Added missing 'run' command in serve/watch
2 parents df4bf2e + 4f8e1cf commit 5441cdc

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)