From 193bf9d6b698d93e10bd37f6f82757fe3a4348c2 Mon Sep 17 00:00:00 2001 From: Morten Fyhn Amundsen Date: Mon, 3 May 2021 09:46:00 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb931803c..3309190e0 100644 --- a/README.md +++ b/README.md @@ -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