Update README.md - fix the repo URL after testing

pull/4015/head
Paweł Kozubal 2023-04-17 23:30:01 +02:00 committed by GitHub
parent 614be938b0
commit 0f2457edfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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