diff --git a/README.md b/README.md index 9b6ec61..48563a6 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ This is an example JSON object representing a Beman Project library: ```json { - "name": "example", - "git_repository": "https://github.com/bemanproject/example.git", + "name": "examplar", + "git_repository": "https://github.com/bemanproject/examplar.git", "git_tag": "375f3e7", "default_branch": "main" } diff --git a/libraries.json b/libraries.json index f17ee7d..cf513e8 100644 --- a/libraries.json +++ b/libraries.json @@ -1,8 +1,8 @@ { "libraries": [ { - "name": "example", - "git_repository": "https://github.com/bemanproject/example.git", + "name": "exemplar", + "git_repository": "https://github.com/bemanproject/exemplar.git", "git_tag": "375f3e7", "default_branch": "main" },