From ae342a440390ab264d566261536462167831c16a Mon Sep 17 00:00:00 2001 From: Era Dorta Date: Thu, 4 Sep 2025 22:17:04 +0100 Subject: [PATCH] Better wording in readme in docs --- src/docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/README.md b/src/docs/README.md index ba491b6..0117eff 100644 --- a/src/docs/README.md +++ b/src/docs/README.md @@ -18,12 +18,12 @@ Then run the app in `/src` go run main.go ``` -Or with the docker compose in the root of the repository +Or with docker compose in the root of the repository ```bash docker compose up ``` -And navigate to the following address to view the docs +Then navigate to the following address to view the docs http://127.0.0.1:8080/swagger/index.html