diff --git a/README.md b/README.md index 36fc870..efb5300 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Errors are raised as exceptions. 2> Doc = {[{foo, [<<"bing">>, 2.3, true]}]}. {[{foo,[<<"bing">>,2.3,true]}]} 3> jiffy:encode(Doc). - <<"{\"foo\":[\"bing\",2.2999999999999998224,true]}">> + <<"{\"foo\":[\"bing\",2.3,true]}">> Data Format