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