From 6bd80a1f4d3831db73fda376434abaa11300a577 Mon Sep 17 00:00:00 2001 From: Luke VanderHart Date: Wed, 20 Sep 2017 12:09:29 -0400 Subject: [PATCH] Clarify readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 348c0f5..ac64fbc 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,9 @@ same binary representation. This means: -- All lists are encoded the same -- All sets are encoded the same +- All list types are encoded the same +- All set types are encoded the same +- All map types are encoded the same - All integer numbers are encoded the same - All floating-point numbers are encoded the same @@ -112,4 +113,4 @@ alternative impl in a separate namespace, with comparative benchmarks attached. Copyright © 2016 Luke VanderHart Distributed under the Eclipse Public License either version 1.0 or (at -your option) any later version. \ No newline at end of file +your option) any later version.