Skip to content

Commit

Permalink
Merge pull request #1417 from wythe/patch-1
Browse files Browse the repository at this point in the history
docs: typo in README
  • Loading branch information
nlohmann authored Jan 9, 2019
2 parents 676c847 + a559ff8 commit 975dc97
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 @@ -101,7 +101,7 @@ To embed the library directly into an existing CMake project, place the entire s
set(JSON_BuildTests OFF CACHE INTERNAL "")
# Don't use include(nlohmann_json/CMakeLists.txt) since that carries with it
# inintended consequences that will break the build. It's generally
# unintended consequences that will break the build. It's generally
# discouraged (although not necessarily well documented as such) to use
# include(...) for pulling in other CMake projects anyways.
add_subdirectory(nlohmann_json)
Expand Down

0 comments on commit 975dc97

Please sign in to comment.