Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ArthurSonzogni/nlohmann_json_cmake_fetchcontent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Sonzogni <sonzogniarthur@gmail.com>2020-06-28 14:54:45 +0300
committerGitHub <noreply@github.com>2020-06-28 14:54:45 +0300
commit771312f7ba1fa033e8bbbb687df31ff4da4d70a3 (patch)
treeaa01e1407fd69bf587f6e6ae72322856b733f9de
parente02b50a4e60b460ab0e93eabbc0fe65a5473b1f4 (diff)
Update README.md
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index ec8476b..010bc20 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,10 @@
# Release-tracking repository for nlohmann/json
-This repository is based on: [astoeckel/json](https://github.com/astoeckel/json)
+This repository is based on: [astoeckel/json](https://github.com/astoeckel/json).
The goal is to provide a lightweight repository tracking every releases of
-[nlohmann/json](https://github.com/nlohmann/json).
-This repository is compatible with cmake [FetchContent](https://cmake.org/cmake/help/v3.11/module/FetchContent.html).
+[nlohmann/json](https://github.com/nlohmann/json), compatible with cmake [FetchContent](https://cmake.org/cmake/help/v3.11/module/FetchContent.html).
-You can depends on nlohmann/json using:
+You can depends on it using:
**Example**:
~~~cmake
@@ -26,7 +25,7 @@ target_link_libraries(foo PRIVATE nlohmann_json::nlohmann_json)
You can replace always replace the URL by the official repository:
https://github.com/nlohmann/json
-The only difference is the download size. It will several orders of magnitude
+The only difference is the download size. It would be several orders of magnitude
larger.
This repository is fully autonomous. It updates itself every week using github