Skip to content

Commit

Permalink
Updated documentation for setting a custom port
Browse files Browse the repository at this point in the history
  • Loading branch information
tomazy authored Jun 15, 2016
1 parent 6517d6e commit 0f700b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/general/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ minified and served gzipped.

### Port

To change the port the app is accessible at pass the `-p` option to the command
To change the port the app is accessible at pass the `--port` option to the command
with `--`. E.g. to make the app visible at `localhost:5000`, run the following:
`$ npm start -- -p 5000`
`$ npm start -- --port 5000`

## Building

Expand Down

0 comments on commit 0f700b2

Please sign in to comment.