summaryrefslogtreecommitdiff
path: root/examples/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/README.md b/examples/docs/README.md
index 7cfe8981f..cfd761649 100644
--- a/examples/docs/README.md
+++ b/examples/docs/README.md
@@ -20,7 +20,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?