From f26689e0068977fd0f2c848aee0018fdcbf2dcb5 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Fri, 1 May 2020 13:55:24 +0200 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 631aa8c4..ab6de492 100644 --- a/README.md +++ b/README.md @@ -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