From 98a86afa105f5c1fb2c47443c43df2e35992a84a Mon Sep 17 00:00:00 2001 From: Matthias Kutz Date: Thu, 7 Oct 2021 18:43:39 +0200 Subject: [PATCH] Fix Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11b83aa..857ef92 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This Docker image will allow you to use the [Hetzner DNS Service](https://www.he ## How does it work? -The Go script inside this Docker Image periodically checks the DNS record with the Hetzner DNS API. It also checks the current public IP of the network, the container is running on. If the DNS record does not match the current public IP, it will update the record. Therefore your DNS records updates dynamically to the public IP. +The Go script inside this Docker Image periodically checks the DNS record with the Hetzner DNS API. It also checks the current public IP of the network, the container is running on. If the DNS record does not match the current public IP, it will update the record. Therefore your DNS record updates dynamically to the public IP.