From bfb89d8dba8b4cca252132ded6743ff19a340d2a Mon Sep 17 00:00:00 2001 From: cricketliu Date: Mon, 22 Aug 2016 14:17:21 -0700 Subject: [PATCH] Update README.md Grammatical fixes. --- middleware/health/README.md | 4 ++-- 1 file 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.