8000 README: fix instruction · JavaScriptExpert/next.js@dbc125f · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dbc125f

Browse files
committed
README: fix instruction
1 parent 9a78dd8 commit dbc125f

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
@@ -15,7 +15,7 @@ and add a script to your package.json like this:
1515
```json
1616
{
1717
"scripts": {
18-
"start": "next"
18+
"dev": "next"
1919
}
2020
}
2121
```
@@ -31,7 +31,7 @@ export default () => (
3131
)
3232
```
3333

34-
and then just run `npm start` and go to `http://localhost:3000`
34+
and then just run `npm run dev` and go to `http://localhost:3000`
3535

3636
So far, we get:
3737

0 commit comments

Comments
 (0)
0