Skip to content

Commit 18644ac

Browse files
Use consistent spelling for YYJSON
1 parent 7f0350f commit 18644ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ The following compilers are supported:
523523
### Option 1: Include source files into your own build
524524
525525
Simply copy the contents of the folder `include` into your source repository or add it to your include path and also add `src/reflectcpp.cpp` and `src/yyjson.c` to your source files for compilation.
526-
If you want to link to your own version of yyjson, then only copy `src/reflectcpp.cpp`.
526+
If you want to link to your own version of YYJSON, then only copy `src/reflectcpp.cpp`.
527527
528528
If you need support for other serialization formats like flexbuffers or XML, you should also include and link the respective libraries, as listed in the section on serialization formats.
529529

0 commit comments

Comments
 (0)