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" } ] …