plugin/reload: reflow documentation (#3313)

* plugin/reload: reflow documentation

For some reason these we're all bullets points, which made for awkward
reading.

Signed-off-by: Miek Gieben <miek@miek.nl>

* typo

Signed-off-by: Miek Gieben <miek@miek.nl>

* Update plugin/reload/README.md

Co-Authored-By: Michael Grosser <development@stp-ip.net>
This commit is contained in:
Miek Gieben
2019-09-27 11:10:47 +01:00
committed by GitHub
parent 8af4685587
commit 7328d3e8c9
2 changed files with 7 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
// Package reload periodically checks if the Corefile has changed, and reloads if so.
package reload
import (
@@ -11,7 +12,6 @@ import (
"github.com/caddyserver/caddy/caddyfile"
)
// reload periodically checks if the Corefile has changed, and reloads if so
const (
unused = 0
maybeUsed = 1