Sergey Lyubka пре 11 година
родитељ
комит
5c9b6a9041
1 измењених фајлова са 3 додато и 2 уклоњено
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -17,8 +17,9 @@ JSON parser for C/C++
 
    1. Copy `frozen.c` and `frozen.h` to your project
    2. Add frozen.c to the list of source files
-   3. In a file that must do JSON parsing, add `#include "frozen.h"` and
-      call the API, like in an example below:
+   3. In a file that must do JSON parsing, add `#include "frozen.h"`
+      and call the API, like in an example below:
+
 
     #include <stdio.h>
     #include "frozen.h"