From c4813e7274d4d7dee5a58966247ffb02f0f7b89e Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 10 Oct 2021 04:55:53 +0200
Subject: [PATCH] README: Fix mixup between token and email in documentation

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d972b3207..4f4aa273e 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The next step is to setup the configuration using `make cli-config`. This will o
 
 ```
 HCLOUD_TOKEN=<hetzner token>
-CLOUDFLARE_EMAIL=<your cloudflare token>
+CLOUDFLARE_EMAIL=<your cloudflare email>
 CLOUDFLARE_API_TOKEN=<your cloudflare API token>
 TF_VAR_dns_domain=<DNS base domain you want to use>
 TF_VAR_dns_zone_id=<dns zone ID on Cloudflare>
-- 
GitLab