diff options
author | 2016-07-29 13:03:51 +0100 | |
---|---|---|
committer | 2016-07-29 13:03:51 +0100 | |
commit | 615a20de3ae49e75e04935ffd93aa3320d79834d (patch) | |
tree | bc643193856eed427f1009a9c696d79eb474e91f /README.md | |
parent | ac0becc6b251611d3069e8289ac890bd7fe92fbe (diff) | |
download | coredns-615a20de3ae49e75e04935ffd93aa3320d79834d.tar.gz coredns-615a20de3ae49e75e04935ffd93aa3320d79834d.tar.zst coredns-615a20de3ae49e75e04935ffd93aa3320d79834d.zip |
Fix a few typos in the docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ Use this as a systemd service file. It defaults to a coredns wich a homedir of / and the binary lives in /opt/bin: ~~~ txt -Unit] +[Unit] Description=CoreDNS DNS server Documentation=https://miek.nl/tags/coredns After=network.target |