Browse Source

Wording for API corrected

Sergey Lyubka 11 years ago
parent
commit
7a1dba49ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ JSON parser and generator for C/C++
 # Features
 # Features
 
 
    * Portable to any environment
    * Portable to any environment
-   * Simple API: one function for parsing and one helper function
+   * Simple API: two functions for parsing and four for generation
      for fetching parsed values
      for fetching parsed values
    * Supports superset of JSON: allows non-quoted identifiers as object keys
    * Supports superset of JSON: allows non-quoted identifiers as object keys
    * Very small footprint
    * Very small footprint