From 771312f7ba1fa033e8bbbb687df31ff4da4d70a3 Mon Sep 17 00:00:00 2001 From: Arthur Sonzogni Date: Sun, 28 Jun 2020 13:54:45 +0200 Subject: Update README.md --- README.md | 9 ++++----- 1 file 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 -- cgit v1.2.3