From 67f9e0fb0582f30d3cec23bda8d3a9cee2aae888 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 15 Feb 2022 08:54:32 +0900 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac3d9d55..f21591a4 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ docker-compose -f docker-compose.prod.yml --env-file ./config/.env.example up #### Development -After running the following command, access . If you want to use the admin site, please access . +After running the following command, access . If you want to use the admin site, please access . ```bash docker-compose -f docker-compose.dev.yml --env-file ./config/.env.example up