summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Raymond <robin@robinraymond.de>2017-12-01 09:46:59 +0100
committerGitHub <noreply@github.com>2017-12-01 09:46:59 +0100
commit5068fd1fbd428f3ae59bf2b1bcd775cc85dcc198 (patch)
tree171b65d8b037cc6321145e9c2866eacd0f903ebc
parenta718bf9bededb29ad7cb0145abccac42da0b5e2d (diff)
Add missing bracket to readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 880e54c..6a06a10 100644
--- a/README.md
+++ b/README.md
@@ -244,7 +244,7 @@ all `mail`'s below accordingly.
For every `domain` in `domains` do:
* Go to your server and navigate to the dkim key directory (by default
- `/var/dkim`. There you will find a public key for any domain in the
+ `/var/dkim`). There you will find a public key for any domain in the
`domain.txt` file. It will look like
```
mail._domainkey IN TXT "v=DKIM1; r=postmaster; g=*; k=rsa; p=<really-long-key>" ; ----- DKIM mail for domain.tld