fix for lists in README

This commit is contained in:
alisdair sullivan 2011-11-29 20:29:49 -08:00
parent 7d2deb7408
commit 6548285753

View file

@ -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 `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: options for either are:
* `loose_unicode` * `loose_unicode`
* `explicit_end` * `explicit_end`
* `escape_forward_slash` * `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. `jsx:format/1,2` takes a utf8 encoded (binary) json text and produces the same, reformatted.
options are: options are:
* {`space`, N} * {`space`, N}
* {`indent`, N} * {`indent`, N}