From 0f2457edfd1f2cb4b8df5beceff0bb8965469dfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kozubal?= Date: Mon, 17 Apr 2023 23:30:01 +0200 Subject: [PATCH] Update README.md - fix the repo URL after testing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78ac7ec2a..df74e2056 100644 --- a/README.md +++ b/README.md @@ -1374,7 +1374,7 @@ or you can include it as a dependency in your `library.json` like this: "dependencies": [ { "name": "nlohmann-json", - "version": "https://github.com/pidpawel/json.git" + "version": "https://github.com/nlohmann/json.git" } ] …