Skip to content

Commit

Permalink
Mention process.env.PORT in options
Browse files Browse the repository at this point in the history
Related to #217
  • Loading branch information
ts-web authored Oct 12, 2020
1 parent d7bce39 commit df53b9d
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 df53b9d

Please sign in to comment.