minor reformat fix in README

This commit is contained in:
alisdair sullivan 2012-05-25 09:36:30 -07:00
parent 9db3c0a71d
commit abe3e1958a

View file

@ -168,8 +168,7 @@ however, it is important to recognize that jsx is greedy by default. jsx will co
## data types ##
*
```erlang
* ```erlang
json_term() = [json_term()]
| [{binary() | atom(), json_term()}]
| true