summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar Kyosuke <kyosuke@users.noreply.github.com> 2021-07-21 23:09:44 +0900
committerGravatar GitHub <noreply@github.com> 2021-07-21 07:09:44 -0700
commit5fcd466d95f9694a758239d254e3d81f4ed289fa (patch)
treec354d7607ff153c99c5f8dd3d7fa5f215267ed1f /examples/blog
parent661a52f4dd4979d697aafec71f49620c1ec70f85 (diff)
downloadastro-5fcd466d95f9694a758239d254e3d81f4ed289fa.tar.gz
astro-5fcd466d95f9694a758239d254e3d81f4ed289fa.tar.zst
astro-5fcd466d95f9694a758239d254e3d81f4ed289fa.zip
replace `npm run start` with `npm start` (#791)
Diffstat (limited to '')
-rw-r--r--examples/blog-multiple-authors/README.md2
-rw-r--r--examples/blog/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog-multiple-authors/README.md b/examples/blog-multiple-authors/README.md
index d2f1f31fd..115b22ef5 100644
--- a/examples/blog-multiple-authors/README.md
+++ b/examples/blog-multiple-authors/README.md
@@ -43,7 +43,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?
diff --git a/examples/blog/README.md b/examples/blog/README.md
index 73a4d30ca..b317f3bc3 100644
--- a/examples/blog/README.md
+++ b/examples/blog/README.md
@@ -43,7 +43,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?