Skip to content

Commit

Permalink
Merge pull request #658 from ts-web/master
Browse files Browse the repository at this point in the history
Mention process.env.PORT in options
  • Loading branch information
thornjad committed Oct 13, 2020
2 parents d7bce39 + df53b9d commit 92d5521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Using `npx` you can run the script without installing it first:

## Available Options:

`-p` or `--port` Port to use (defaults to 8080)
`-p` or `--port` Port to use (defaults to 8080). It will also read from `process.env.PORT`.

`-a` Address to use (defaults to 0.0.0.0)

Expand Down

0 comments on commit 92d5521

Please sign in to comment.