summaryrefslogtreecommitdiff
path: root/examples/starter
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/starter/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/starter/README.md b/examples/starter/README.md
index 097bf4e73..8984f5b8a 100644
--- a/examples/starter/README.md
+++ b/examples/starter/README.md
@@ -32,7 +32,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
|:----------------|:--------------------------------------------|
| `npm install` | Installs dependencies |
-| `npm run start` | Starts local dev server at `localhost:3000` |
+| `npm start` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site to `./dist/` |
## 👀 Want to learn more?