aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorali-ghazi78 <39215015+ali-ghazi78@users.noreply.github.com>2021-09-23 06:06:08 +0330
committerGitHub <noreply@github.com>2021-09-23 10:36:08 +0800
commit3d93d297092172eac3d52a1b3b6c1d479da5341a (patch)
tree094296a6b0ecf13d7a8bc3d05d1a982a534e51f6
parent4b350c531de3d71008c77ae94e59275b8371b4dc (diff)
downloadlua-cjson-3d93d297092172eac3d52a1b3b6c1d479da5341a.tar.gz
lua-cjson-3d93d297092172eac3d52a1b3b6c1d479da5341a.tar.bz2
lua-cjson-3d93d297092172eac3d52a1b3b6c1d479da5341a.zip
doc: minor tweak in README.md (#71)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ace23d1..4655a9a 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ encode_escape_forward_slash
165 165
166**default:** true 166**default:** true
167 167
168If enabled, forward slash '/' will be encoded as '\/'. 168If enabled, forward slash '/' will be encoded as '\\/'.
169 169
170If disabled, forward slash '/' will be encoded as '/' (no escape is applied). 170If disabled, forward slash '/' will be encoded as '/' (no escape is applied).
171 171