diff options
Diffstat (limited to '')
-rw-r--r-- | examples/portfolio/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/portfolio/README.md b/examples/portfolio/README.md index 4b2bb9d74..b187d5229 100644 --- a/examples/portfolio/README.md +++ b/examples/portfolio/README.md @@ -13,7 +13,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? |