mirror of
https://github.com/nlohmann/json.git
synced 2026-02-08 23:32:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user