From 2547923431f41c27cb8b9b2a3ffa5bca2f84e4eb Mon Sep 17 00:00:00 2001 From: rxi Date: Wed, 19 Aug 2015 21:03:25 +0100 Subject: [PATCH] Updated README for increase in code size --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef38c5c..03482b4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A lightweight JSON library for Lua * Implemented in pure Lua: works with 5.1, 5.2, 5.3 and JIT * Fast: generally outperforms other pure Lua JSON implementations ([benchmark scripts](bench/)) -* Tiny: around 270sloc, 8kb +* Tiny: around 280sloc, 8.5kb * Proper error messages, *eg:* `expected '}' or ',' at line 203 col 30`