From d3fe785a7b33d624df182965ae431253de37c1fe Mon Sep 17 00:00:00 2001 From: Darius Neatu Date: Wed, 20 Nov 2024 09:42:43 +0100 Subject: [PATCH] Docs updates: org renamed to bemanproject --- README.md | 4 ++-- libraries.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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" },