From 4484187d22c0ebdc993f73017883fe93b4714fb9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= <rschuetz17@gmail.com>
Date: Thu, 30 Nov 2017 21:46:32 +0100
Subject: [PATCH] README: correct domain to check for DKIM record

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

diff --git a/README.md b/README.md
index 2639a0a..2b04f2c 100644
--- a/README.md
+++ b/README.md
@@ -253,7 +253,7 @@ For every `domain` in `domains` do:
     | mail._domainkey.`domain` | 10800 | TXT  |          | `v=DKIM1; p=<really-long-key>` |
 
 
-You can check this with `dig -t TXT <domain>` similar to the last section.
+You can check this with `dig -t TXT mail._domainkey.<domain>` similar to the last section.
 
 Note that it can take a while until a DNS entry is propagated.