From be74dbfe80d211be3ddf5315f380aaf1104f94e8 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Sun, 17 Jun 2012 13:33:15 -0700 Subject: [PATCH] fix unclear wording in escaped_forward_slashes --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 8e215cb..674cfc2 100644 --- a/README.markdown +++ b/README.markdown @@ -264,7 +264,7 @@ jsx functions all take a common set of options. not all flags have meaning in al - `escaped_forward_slashes` - json strings are escaped according to the json spec. this means forward slashes (solidus) are optionally escaped. this option is only relevant for encoding; you may want to use this if you are embedding json directly into a html or xml document + json strings are escaped according to the json spec. this means forward slashes (solidus) are only escaped when this flag is present. otherwise they are left unescaped. this option is only relevant for encoding; you may want to use this if you are embedding json directly into a html or xml document - `single_quoted_strings`