From 5453eac038a2965d76328d5bbd82d7fbfec23d8e Mon Sep 17 00:00:00 2001 From: Arya <3314805+aghodsi@users.noreply.github.com> Date: Tue, 7 Oct 2025 07:32:03 -0700 Subject: [PATCH] Fix typo in macOS access URL in README (#34) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fefc2b..cfe7594 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ docker compose -f docker-compose-openai.yaml up Once the challenges are running you can access them using the following url: `http://localhost:5000/login?auth=[YOUR-AUTH-KEY]`. -On macOS you will need to access `http://127.0.0.1:5000/login?=[YOUR-AUTH-KEY]` because localhost maps to IPv6 and the containers are listening on IPv4. +On macOS you will need to access `http://127.0.0.1:5000/login?auth=[YOUR-AUTH-KEY]` because localhost maps to IPv6 and the containers are listening on IPv4. ### Changing the Challenges