From b6eb8f3a2babb9890ff0b76ebe46b0db7df2e2ef Mon Sep 17 00:00:00 2001 From: emptytea Date: Thu, 24 May 2012 23:58:02 -0500 Subject: [PATCH] replaced semicolon with colon --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 046157c..e0afc6e 100644 --- a/README.markdown +++ b/README.markdown @@ -60,7 +60,7 @@ to minify a json string: `jsx:format(JSON)` json must be a binary encoded in `utf8`. if it's invalid `utf8` or invalid json, it probably won't parse without errors. there are a few non-standard extensions to the parser available that may change that, they are detailed in the options section below -jsx also supports json fragments; valid json values that are not complete json. that means jsx will parse things like `<<"1">>`, `<<"true">>` and `<<"\"hello world\"">>` without complaint +jsx also supports json fragments: valid json values that are not complete json. that means jsx will parse things like `<<"1">>`, `<<"true">>` and `<<"\"hello world\"">>` without complaint #### erlang ####