From aed0a5d6264cd074a4c2b33b1c23cbe2b895270d Mon Sep 17 00:00:00 2001 From: Ryan Flynn Date: Mon, 5 Nov 2012 19:29:04 -0800 Subject: [PATCH] update README to reflect shorter float serialization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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