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:
Diffstat (limited to '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