diff options
author | 2017-12-04 08:49:04 -0800 | |
---|---|---|
committer | 2017-12-04 16:49:04 +0000 | |
commit | 5bafa6d97f09cab356e6f5dce9ee46e672894372 (patch) | |
tree | 450a9c150b4d34a5f859629e429a3a874f4a3a3d /plugin | |
parent | b52c3418b24f8df7f834a32cf630f68ba6f29b2b (diff) | |
download | coredns-5bafa6d97f09cab356e6f5dce9ee46e672894372.tar.gz coredns-5bafa6d97f09cab356e6f5dce9ee46e672894372.tar.zst coredns-5bafa6d97f09cab356e6f5dce9ee46e672894372.zip |
Update docs with missing `~` (#1276)
Looks like the last commit missed a `~` in the docs.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/nsid/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/nsid/README.md b/plugin/nsid/README.md index 3a0805d5d..4f7cf081c 100644 --- a/plugin/nsid/README.md +++ b/plugin/nsid/README.md @@ -8,9 +8,9 @@ generating the reply and for debugging. ## Syntax -~~ txt +~~~ txt nsid [DATA] -~~ +~~~ **DATA** is the string to use in the nsid record. @@ -20,8 +20,8 @@ If **DATA** is not given, the host's name is used. Enable nsid: -~~ corefile +~~~ corefile . { nsid } -~~ +~~~ |