From d6d5dd1ab47331ee5690a8c0574fcd46763d33ba Mon Sep 17 00:00:00 2001 From: Timothy Miller Date: Tue, 15 Oct 2019 23:28:58 -0400 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3799099..9a1a6e6 100755 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Values explained: "api_key": "Your cloudflare API Key", "account_email": "The email address you use to sign in to cloudflare", "zone_id": "The ID of the zone that will get the records. From your dashboard click into the zone. Under the overview tab, scroll down and the zone ID is listed in the right rail", -"subdomains": "Array of subdomaind you want to assign the IP(s) to (e.g. pi.example.com)", +"subdomains": "Array of subdomains you want to assign the IP(s) to (e.g. foo or an empty string to update the base domain)", "proxied": false (defaults to false. Make it true if you want CDN/SSL benefits from cloudflare. This usually disables SSH) ```