From 2182e4910d4d3ac562efe20fb4500cb4e26250f4 Mon Sep 17 00:00:00 2001 From: Clay Oster Date: Sun, 13 Oct 2024 16:59:54 -0500 Subject: [PATCH] Readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 724ac9f..de80e70 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Example information that will be used below: ### Manual updates can be sent to this service with a GET request in the following format: ``` -curl http://ddns-user:ddns-password@ddns.example.com:8080/nic/update?hostname=home.example.com&myip=0.0.0.0 +curl "http://ddns-user:ddns-password@ddns.example.com:8080/nic/update?hostname=home.example.com&myip=0.0.0.0" ``` ## Deployment with Docker Compose (Recommended)