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

Commit b1f21e0

Browse files
authored
Update README.md for Next.js
1 parent 7554058 commit b1f21e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ The project is still early but basic documentation can be found here:
6262

6363
```bash
6464
# Using npm
65-
npm run serve
65+
npm run dev
6666
6767
# Using Yarn
68-
yarn run serve
68+
yarn run dev
6969
```
7070

71-
Now you should be able to see the demo/docs running at localhost:8080.
71+
Now you should be able to see the demo/docs running at localhost:3000.

0 commit comments

Comments
 (0)