From 39f9fb4ffa1edfbf3a49a93cd6b2c5009b19045d Mon Sep 17 00:00:00 2001 From: itss0n1c Date: Wed, 22 Apr 2026 15:29:22 -0400 Subject: [PATCH] chore: update org to AniraTeam in README.md --- .github/README_template.md | 10 +++++----- README.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/README_template.md b/.github/README_template.md index adc21ac..9759d3a 100644 --- a/.github/README_template.md +++ b/.github/README_template.md @@ -8,8 +8,8 @@ Total Shows count: {show_count} ## The Lists -- [anifiller.json](https://github.com/AniMapTeam/AniFiller/releases/latest/download/anifiller.json): A JSON file containing structured data about anime canon and filler episodes. -- [anifiller.min.json](https://github.com/AniMapTeam/AniFiller/releases/latest/download/anifiller.min.json): A minified version of the JSON file for easier use in applications. +- [anifiller.json](https://github.com/AniraTeam/AniFiller/releases/latest/download/anifiller.json): A JSON file containing structured data about anime canon and filler episodes. +- [anifiller.min.json](https://github.com/AniraTeam/AniFiller/releases/latest/download/anifiller.min.json): A minified version of the JSON file for easier use in applications. ## Shows @@ -41,18 +41,18 @@ interface Show { ## Contributing -Contribution is welcome! Either by [Opening an Issue](https://github.com/AniMapTeam/AniFiller/issues) or by [Submitting a Pull Request](https://github.com/AniMapTeam/AniFiller/pulls). +Contribution is welcome! Either by [Opening an Issue](https://github.com/AniraTeam/AniFiller/issues) or by [Submitting a Pull Request](https://github.com/AniraTeam/AniFiller/pulls). Opening an issue is the best way to suggest a new show or report an error in the data. If you have a specific change in mind. However, if you have already made the change and want to submit it directly, you can: -1. [Fork the repository](https://github.com/AniMapTeam/AniFiller/fork) +1. [Fork the repository](https://github.com/AniraTeam/AniFiller/fork) 2. Create a new branch (`git checkout -b new_branch`) 3. Create or edit within the [`data`](./data) directory 4. Commit your changes (`git commit -am 'commit message here'`) 5. Push to the branch (`git push origin new_branch`) -6. [Open a Pull Request](https://github.com/AniMapTeam/AniFiller/compare) +6. [Open a Pull Request](https://github.com/AniraTeam/AniFiller/compare) For most contributions, you should only need to edit files in the [`data`](./data) directory. diff --git a/README.md b/README.md index ee6b623..78cea13 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Total Shows count: 182 ## The Lists -- [anifiller.json](https://github.com/AniMapTeam/AniFiller/releases/latest/download/anifiller.json): A JSON file containing structured data about anime canon and filler episodes. -- [anifiller.min.json](https://github.com/AniMapTeam/AniFiller/releases/latest/download/anifiller.min.json): A minified version of the JSON file for easier use in applications. +- [anifiller.json](https://github.com/AniraTeam/AniFiller/releases/latest/download/anifiller.json): A JSON file containing structured data about anime canon and filler episodes. +- [anifiller.min.json](https://github.com/AniraTeam/AniFiller/releases/latest/download/anifiller.min.json): A minified version of the JSON file for easier use in applications. ## Shows @@ -224,18 +224,18 @@ interface Show { ## Contributing -Contribution is welcome! Either by [Opening an Issue](https://github.com/AniMapTeam/AniFiller/issues) or by [Submitting a Pull Request](https://github.com/AniMapTeam/AniFiller/pulls). +Contribution is welcome! Either by [Opening an Issue](https://github.com/AniraTeam/AniFiller/issues) or by [Submitting a Pull Request](https://github.com/AniraTeam/AniFiller/pulls). Opening an issue is the best way to suggest a new show or report an error in the data. If you have a specific change in mind. However, if you have already made the change and want to submit it directly, you can: -1. [Fork the repository](https://github.com/AniMapTeam/AniFiller/fork) +1. [Fork the repository](https://github.com/AniraTeam/AniFiller/fork) 2. Create a new branch (`git checkout -b new_branch`) 3. Create or edit within the [`data`](./data) directory 4. Commit your changes (`git commit -am 'commit message here'`) 5. Push to the branch (`git push origin new_branch`) -6. [Open a Pull Request](https://github.com/AniMapTeam/AniFiller/compare) +6. [Open a Pull Request](https://github.com/AniraTeam/AniFiller/compare) For most contributions, you should only need to edit files in the [`data`](./data) directory.