diff options
author | 2021-06-08 16:33:15 +0200 | |
---|---|---|
committer | 2021-06-08 07:33:15 -0700 | |
commit | 491e30a2928109543ce05c57d4ae3c65371666dd (patch) | |
tree | 4e58e9e7d2d265387b31389355d13ade406ee92f | |
parent | b9b27bbbd07d6bb3f8e7a7679f6ec643fcead2bb (diff) | |
download | coredns-491e30a2928109543ce05c57d4ae3c65371666dd.tar.gz coredns-491e30a2928109543ce05c57d4ae3c65371666dd.tar.zst coredns-491e30a2928109543ce05c57d4ae3c65371666dd.zip |
plugin/log: fix closing of codeblock (#4680)
This fixes the rendering of this README as html. The codeblock was
closed with 4 ~, should be 3.
Signed-off-by: Miek Gieben <miek@miek.nl>
-rw-r--r-- | plugin/log/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/log/README.md b/plugin/log/README.md index 5dcbcde47..52dd9d798 100644 --- a/plugin/log/README.md +++ b/plugin/log/README.md @@ -92,7 +92,7 @@ Each of these logs will be outputted with `log.Infof`, so a typical example look ~~~ txt [INFO] [::1]:50759 - 29008 "A IN example.org. udp 41 false 4096" NOERROR qr,rd,ra,ad 68 0.037990251s -~~~~ +~~~ ## Examples |