From 5e3b9d89853415faf187ac36eea657067d79815b Mon Sep 17 00:00:00 2001 From: Jon Roeber Date: Tue, 28 Feb 2023 19:06:26 -0500 Subject: [PATCH] fix port in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32cbe81..0a61d5a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Request Logger -Serves an HTTP server on port 3000 and logs any requests to a file, stdout, and the response body. +Serves an HTTP server on port 8080 and logs any requests to a file, stdout, and the response body. *This is not intended for production use. It is just a simple diagnostic tool for short-term testing.*