From 197ac1bd631b9a2a688a89bdc99b174fbb63f7ed Mon Sep 17 00:00:00 2001 From: hyeonho Kang Date: Sun, 11 Aug 2024 10:49:03 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b3bccf..b5347d7d 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The docker image exposes port 8080 as per the convention for container hosting s Local development with Docker ----------------------------- -Use [Docker Compose](docker-compose.yaml) to enable local development with a text editor (no +Use [Docker Compose](docker-compose.yml) to enable local development with a text editor (no other tools required). Site generation is performed within the Docker container whenever a change is made to the local files in the [css](css/), [xml](xml/), and [xsls](xsls/) directories.