Commit f26689e0 authored by ArthurSonzogni's avatar ArthurSonzogni

Fix README.md

About pull request:
https://github.com/nlohmann/json/pull/2074

An error has been introduced by accepting the suggestions:
https://github.com/ArthurSonzogni/json/commit/4be4a038ccd17aab0a4cc85200a6a0b41e1cccf2

One was about removing ~~~, but it was meant to be replaced by ``` in
reality. This caused the README.md to be slightly broken.
parent 798dbb5c
...@@ -154,6 +154,7 @@ if(NOT json_POPULATED) ...@@ -154,6 +154,7 @@ if(NOT json_POPULATED)
endif() endif()
target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json) target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
```
**Note**: The repository https://github.com/nlohmann/json download size is huge. **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 It contains all the dataset used for the benchmarks. You might want to depend on
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment