Skip to content

Commit 6aa4b2d

Browse files
committed
docs: update README
1 parent c27789b commit 6aa4b2d

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
@@ -81,14 +81,14 @@ $ yarn install
8181

8282
``` bash
8383
# dev server with hot reload at http://localhost:3000
84-
$ npm run serve
84+
$ npm run dev
8585
```
8686

8787
or
8888

8989
``` bash
9090
# dev server with hot reload at http://localhost:3000
91-
$ yarn serve
91+
$ yarn dev
9292
```
9393

9494
Navigate to [http://localhost:3000](http://localhost:3000). The app will automatically reload if you change any of the source files.

0 commit comments

Comments
 (0)