diff --git a/README.md b/README.md index e5c4b2b..d901927 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,10 @@ mail._domainkey IN TXT ( "v=DKIM1; k=rsa; " Bye! ``` -In your DNS settings of your domain, create a TXT record called `mail._domainkey` with the value `v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvrB...` (truncated) +In your DNS settings of your domain, create a TXT record called `mail._domainkey` with this shit in it. Notice how you need to remove the weird quotes the script outputs after `k=rsa; "`. Example: +``` +v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvrB... (truncated) +``` Make sure to copy-paste what the script outputs, not the bullshit I gave as an example, you moron.