Browse Source

Added note about test coverage

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

+ 2 - 1
README.md

@@ -10,7 +10,8 @@ JSON parser for C/C++
    * Very small footprint
    * No dependencies
    * Makes no memory allocations
-   * Code is strict ISO C and valid C++
+   * Code is strict ISO C and strict ISO C++ at the same time
+   * Complete 100% test coverage
 
 # API