From 76c9448ca8aceb7edeff63506708b9d272440a05 Mon Sep 17 00:00:00 2001 From: condemned77 Date: Mon, 28 Mar 2016 12:28:36 +0200 Subject: [PATCH] Typo fix. Minor typo fixed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f6fb47..105897b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ JSON format itself is extremely simple, so why should we complicate it? jsmn is designed to be **robust** (it should work fine even with erroneous data), **fast** (it should parse data on the fly), **portable** (no superfluous -dependencies or non-standard C extensions). An of course, **simplicity** is a +dependencies or non-standard C extensions). And of course, **simplicity** is a key feature - simple code style, simple algorithm, simple integration into other projects.