Skip to content

Commit e9dac1c

Browse files
authored
Incomplete command "npm run serve"
Missing run in npm run serve
1 parent 1660d55 commit e9dac1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ yarn install
7070

7171
``` bash
7272
# dev server with hot reload at http://localhost:3000
73-
$ npm serve
73+
$ npm run serve
7474
```
7575

7676
or

0 commit comments

Comments
 (0)