Skip to content

Commit 92d5521

Browse files
authored
Merge pull request http-party#658 from ts-web/master
Mention process.env.PORT in options
2 parents d7bce39 + df53b9d commit 92d5521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Using `npx` you can run the script without installing it first:
4242

4343
## Available Options:
4444

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

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

0 commit comments

Comments
 (0)