From 6548285753e5b4c1629a54e233b3aeaf82a48568 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Tue, 29 Nov 2011 20:29:49 -0800 Subject: [PATCH] fix for lists in README --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index c474173..5436400 100644 --- a/README.markdown +++ b/README.markdown @@ -14,6 +14,7 @@ quickstart `jsx:term_to_json/1,2` takes a term conforming to the mapping detailed below and produces a utf8 encoded (binary) json text options for either are: + * `loose_unicode` * `explicit_end` * `escape_forward_slash` @@ -28,6 +29,7 @@ use `escape_forward_slash` to escape forward slashes, which is required to produ `jsx:format/1,2` takes a utf8 encoded (binary) json text and produces the same, reformatted. options are: + * {`space`, N} * {`indent`, N}