fix port in readme

This commit is contained in:
Jon Roeber 2023-02-28 19:06:26 -05:00
parent d214fff28a
commit 5e3b9d8985

View File

@ -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.*