From d7c1fb796d38840c3ef6a28ce6bbc7b9f0964b7b Mon Sep 17 00:00:00 2001 From: Sebastian Cabrera Date: Wed, 11 Jun 2025 15:51:45 -0400 Subject: [PATCH] oops wrong default port --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3741584..ffc13bd 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ cd playground-go go run main.go ``` -The server will start on the configured port (default: 8080). +The server will start on the configured port (default: 7878). ## Features @@ -61,7 +61,7 @@ The server will start on the configured port (default: 8080). ## Configuration The server can be configured through environment variables: -- `PORT`: The port number to listen on (default: 8080) +- `PORT`: The port number to listen on (default: 7878) - Additional configuration options can be added in the `internal/config` package ## Error Handling