Fix README.md
About pull request:
https://github.com/nlohmann/json/pull/2074
An error has been introduced by accepting the suggestions:
4be4a038cc
One was about removing ~~~, but it was meant to be replaced by ``` in
reality. This caused the README.md to be slightly broken.
This commit is contained in:
parent
798dbb5c19
commit
f26689e006
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ if(NOT json_POPULATED)
|
|||
endif()
|
||||
|
||||
target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
|
||||
```
|
||||
|
||||
**Note**: The repository https://github.com/nlohmann/json download size is huge.
|
||||
It contains all the dataset used for the benchmarks. You might want to depend on
|
||||
|
|
Loading…
Reference in a new issue