diff options
author | 2021-08-19 01:07:08 -0400 | |
---|---|---|
committer | 2021-08-18 22:07:08 -0700 | |
commit | e66872125d6a5e5246aeb7a2f1d5784d5c5493b7 (patch) | |
tree | 05bfcb3ec8c33a798fdc32b8d1633151e7a8a113 /examples/docs/README.md | |
parent | ece0953aed6879b4e7bf2b812b4a20508181b496 (diff) | |
download | astro-e66872125d6a5e5246aeb7a2f1d5784d5c5493b7.tar.gz astro-e66872125d6a5e5246aeb7a2f1d5784d5c5493b7.tar.zst astro-e66872125d6a5e5246aeb7a2f1d5784d5c5493b7.zip |
add dev script, switch documentation from advising start to dev script (#1141)
Diffstat (limited to 'examples/docs/README.md')
-rw-r--r-- | examples/docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/README.md b/examples/docs/README.md index cfd761649..15a852654 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 start` | Starts local dev server at `localhost:3000` | +| `npm run dev` | Starts local dev server at `localhost:3000` | | `npm run build` | Build your production site to `./dist/` | ## 👀 Want to learn more? |