From 5bafa6d97f09cab356e6f5dce9ee46e672894372 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Mon, 4 Dec 2017 08:49:04 -0800 Subject: [PATCH] Update docs with missing `~` (#1276) Looks like the last commit missed a `~` in the docs. Signed-off-by: Yong Tang --- plugin/nsid/README.md | 8 ++++---- 1 file 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 } -~~ +~~~