diff options
author | 2016-08-22 14:17:21 -0700 | |
---|---|---|
committer | 2016-08-22 14:17:21 -0700 | |
commit | bfb89d8dba8b4cca252132ded6743ff19a340d2a (patch) | |
tree | de9ad7b8d99238c58705e9b8f3edc0863b001f9d /middleware | |
parent | 052387b7056d6a6f772bfcc1a4b1a3e0d283cdb8 (diff) | |
download | coredns-bfb89d8dba8b4cca252132ded6743ff19a340d2a.tar.gz coredns-bfb89d8dba8b4cca252132ded6743ff19a340d2a.tar.zst coredns-bfb89d8dba8b4cca252132ded6743ff19a340d2a.zip |
Update README.md
Grammatical fixes.
Diffstat (limited to 'middleware')
-rw-r--r-- | middleware/health/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/middleware/health/README.md b/middleware/health/README.md index efab90a4a..afa912558 100644 --- a/middleware/health/README.md +++ b/middleware/health/README.md @@ -13,8 +13,8 @@ Caddy bug](https://github.com/mholt/caddy/issues/675). health ~~~ -It optionally takes an address, the default is `:8080`. The health path is fixed to `/health`. It -will just return "OK", when CoreDNS is healthy. +Optionally takes an address; the default is `:8080`. The health path is fixed to `/health`. It +will just return "OK" when CoreDNS is healthy. This middleware only needs to be enabled once. |