diff options
author | condemned77 <michael.jaeg@gmail.com> | 2016-03-28 12:28:36 +0200 |
---|---|---|
committer | condemned77 <michael.jaeg@gmail.com> | 2016-03-28 12:28:36 +0200 |
commit | 76c9448ca8aceb7edeff63506708b9d272440a05 (patch) | |
tree | e556a9a507ed099d66d9d4339e91abbfd63cb311 | |
parent | 572ace5a43c43b1c6dc55f31fab03718faf2f647 (diff) |
Typo fix.
Minor typo fixed.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |