Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
About pull request:
nlohmann#2074

An error has been introduced by accepting the suggestions:
4be4a03

One was about removing ~~~, but it was meant to be replaced by ``` in
reality. This caused the README.md to be slightly broken.
  • Loading branch information
ArthurSonzogni committed May 1, 2020
1 parent 798dbb5 commit f26689e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f26689e

Please sign in to comment.