diff --git a/README.md b/README.md index 2f0a9473..270a6d33 100644 --- a/README.md +++ b/README.md @@ -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: