From 82a2157f452336ec958f53b4048449a38f1d944f Mon Sep 17 00:00:00 2001 From: Darius Neatu Date: Wed, 20 Nov 2024 11:12:12 +0100 Subject: [PATCH] Fix docs: typo in docs after repo renaming --- README.md | 4 ++-- libraries.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" },