Skip to content

Commit

Permalink
Docs updates: org renamed to bemanproject
Browse files Browse the repository at this point in the history
  • Loading branch information
neatudarius authored and wusatosi committed Dec 11, 2024
1 parent bf3bc01 commit d3fe785
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions libraries.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit d3fe785

Please sign in to comment.