🔨 fix typo

This commit is contained in:
Niels Lohmann 2021-07-21 19:43:02 +02:00
parent 8147a95e5c
commit 02ca814e6c
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -63,7 +63,7 @@ target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
``` ```
!!! Note !!! Note
The repository <https://github.com/nlohmann/json> download size quite large. The repository <https://github.com/nlohmann/json> download size is quite large.
You might want to depend on a smaller repository. For instance, you might want to replace the URL above by You might want to depend on a smaller repository. For instance, you might want to replace the URL above by
<https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent>. <https://github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent>.