Skip to content

Commit c8d9710

Browse files
Update README.md
1 parent 18644ac commit c8d9710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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 don't need JSON support or 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)