提交 dbc125f7 编写于 作者: N nkzawa

README: fix instruction

上级 9a78dd8d
......@@ -15,7 +15,7 @@ and add a script to your package.json like this:
```json
{
"scripts": {
"start": "next"
"dev": "next"
}
}
```
......@@ -31,7 +31,7 @@ export default () => (
)
```
and then just run `npm start` and go to `http://localhost:3000`
and then just run `npm run dev` and go to `http://localhost:3000`
So far, we get:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册