diff options
author | 2019-09-08 00:23:38 -0700 | |
---|---|---|
committer | 2019-09-08 08:23:38 +0100 | |
commit | db489056b84717049c4d211e5152b39dea578566 (patch) | |
tree | fb4b77194b2c06b088cd44f71e674e0a19168fd9 /plugin | |
parent | 31fd9328cd066877f451c6ea3918b86f6d002208 (diff) | |
download | coredns-db489056b84717049c4d211e5152b39dea578566.tar.gz coredns-db489056b84717049c4d211e5152b39dea578566.tar.zst coredns-db489056b84717049c4d211e5152b39dea578566.zip |
Making README consistent with other plugins' READMEs (#3245)
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/loop/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/loop/README.md b/plugin/loop/README.md index eb3a1ee90..b0fb4835d 100644 --- a/plugin/loop/README.md +++ b/plugin/loop/README.md @@ -2,7 +2,7 @@ ## Name -*loop* - detect simple forwarding loops and halt the server. +*loop* - detects simple forwarding loops and halts the server. ## Description |