From df53b9d8ce12a191f393924e0c6cd5c3bc639e86 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 12 Oct 2020 14:33:23 -0400 Subject: [PATCH] Mention process.env.PORT in options Related to https://github.com/http-party/http-server/issues/217 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 573eab22..eeb3f986 100644 --- a/README.md +++ b/README.md @@ -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)