From 8d4d317330e4d9ddac123ec3f34c9e9f7f2b8e73 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 30 Nov 2025 18:51:00 +0000 Subject: [PATCH] Fixed footnote syntax in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e003727..e0956be 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,4 @@ docker run -d --name speed-data -e PORT=8080 -p 8080:8080 --restart unless-stopp - run the container as root (not recommended), or - chown/chmod the host directory appropriately (e.g., `chown 1000:1000 /path/on/host` or `chmod a+rw /path/on/host`) so the container can write files. -[^1] _Note_: AI agent used to Dockerize existing project +[^1]: _Note_: AI agent used to Dockerize existing project