diff options
author | 2016-08-22 13:53:00 -0700 | |
---|---|---|
committer | 2016-08-22 13:53:00 -0700 | |
commit | d51c7baefb462a558c09c8da4f9b552adc19f6d8 (patch) | |
tree | e41336f6c4dba27ce9f00247caf5c626a83fef38 | |
parent | 2ad57f08049fde38ee0c2846fe7ba835c0a3e377 (diff) | |
download | coredns-d51c7baefb462a558c09c8da4f9b552adc19f6d8.tar.gz coredns-d51c7baefb462a558c09c8da4f9b552adc19f6d8.tar.zst coredns-d51c7baefb462a558c09c8da4f9b552adc19f6d8.zip |
Update README.md
Grammatical fixes.
-rw-r--r-- | middleware/chaos/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/chaos/README.md b/middleware/chaos/README.md index 7cc211268..5f97d3760 100644 --- a/middleware/chaos/README.md +++ b/middleware/chaos/README.md @@ -1,7 +1,7 @@ # chaos -The `chaos` middleware allows CoreDNS to response to TXT queries in CH class. -Useful for retrieving version or author information from the server. +The `chaos` middleware allows CoreDNS to respond to TXT queries in the CH class. +This is useful for retrieving version or author information from the server. ## Syntax @@ -9,7 +9,7 @@ Useful for retrieving version or author information from the server. chaos [version] [authors...] ~~~ -* `version` the version to return, defaults to CoreDNS-<version>, if not set. +* `version` the version to return. Defaults to CoreDNS-<version>, if not set. * `authors` what authors to return. No default. Note that you have to make sure that this middleware will get actual queries for the |