diff options
author | 2018-09-19 15:15:15 +0100 | |
---|---|---|
committer | 2018-09-19 10:36:41 -0400 | |
commit | aea2e9f62ec1a3b222b3258c10ce52f3477e7dea (patch) | |
tree | 4c058b97f9c55b7d8cbe1ba62fdb9b3b9066b065 /plugin | |
parent | f9bdd382ddf911c88b33d2bbd8f8aa9be2885a39 (diff) | |
download | coredns-aea2e9f62ec1a3b222b3258c10ce52f3477e7dea.tar.gz coredns-aea2e9f62ec1a3b222b3258c10ce52f3477e7dea.tar.zst coredns-aea2e9f62ec1a3b222b3258c10ce52f3477e7dea.zip |
plugin/health: close codeblock
Codeblock wasn't properly closed in the README.
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/health/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/health/README.md b/plugin/health/README.md index 95d00889b..1907a98c1 100644 --- a/plugin/health/README.md +++ b/plugin/health/README.md @@ -57,7 +57,7 @@ com net { erratic health :8080 } -~~~~ +~~~ ## Plugins |