From abe3e1958a3b1c8dda97088cbac10c0b0f396cfc Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Fri, 25 May 2012 09:36:30 -0700 Subject: [PATCH] minor reformat fix in README --- README.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index fb5364e..30c237b 100644 --- a/README.markdown +++ b/README.markdown @@ -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