Skip to content

Commit

Permalink
Merge pull request #2754 from mortenfyhn/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
nlohmann authored May 3, 2021
2 parents b2e784c + 193bf9d commit d4f4465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)

Since CMake v3.11,
[FetchContent](https://cmake.org/cmake/help/v3.11/module/FetchContent.html) can
be used to automatically download the repository as a dependency at configure type.
be used to automatically download the repository as a dependency at configure time.

Example:
```cmake
Expand Down

0 comments on commit d4f4465

Please sign in to comment.