diff --git a/README.md b/README.md index e6332e2..dcb98d9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Most internet service providers (ISPs) dynamically assign ip addresses to reside Cloudflare can be used to circumvent this issue with their web-based API. This script will check the current DNS record for your domain and compare it to the host's current web-facing IP address. If the two don't match it will update the DNS record accordingly. -This project is licensed under the GPLv3. +This project is licensed under GPLv3. ## Installing **NOTE:** This guide will assume you already have a Cloudflare account setup as a reverse proxy to your site. This should have involved modifying the nameservers to your domain to whatever Cloudflare recommended when you set it up. If you have never self-hosted before or are confused, just search for 'setting up Cloudflare as a reverse proxy' in your browser, there are plenty of helpful guides.