Skip to content

Commit

Permalink
Fix npm run serve example in the docs' README (#3734)
Browse files Browse the repository at this point in the history
The previous example `npm run serve -p 3001` was giving me errors.
  • Loading branch information
jhrozek authored Jun 27, 2024
1 parent 0ae6f9d commit 28b8ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ npm run build

Serve the docs
```
npm run serve -p 3001
npm run serve -- --port 3001
```
Visit http://localhost:3001/ to view the docs.

0 comments on commit 28b8ece

Please sign in to comment.