diff options
author | 2021-07-21 23:09:44 +0900 | |
---|---|---|
committer | 2021-07-21 07:09:44 -0700 | |
commit | 5fcd466d95f9694a758239d254e3d81f4ed289fa (patch) | |
tree | c354d7607ff153c99c5f8dd3d7fa5f215267ed1f /examples/starter/README.md | |
parent | 661a52f4dd4979d697aafec71f49620c1ec70f85 (diff) | |
download | astro-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/starter/README.md | 2 |
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? |