docs: updated api name in docs from zoro to aniwatch

This commit is contained in:
Ritesh Ghosh
2023-08-07 22:42:05 +05:30
parent 60087e6c1a
commit 4c9538927d
+4 -4
View File
@@ -10,10 +10,10 @@
/> />
</a> </a>
# <p align="center">Zoro.to API</p> # <p align="center">Aniwatch API</p>
<p align="center"> <p align="center">
A free restful API serving anime information from <a href="https://aniwatch.to">zoro.to</a> A free restful API serving anime information from <a href="https://aniwatch.to">aniwatch.to</a>
<br/><br/> <br/><br/>
<strong> <strong>
<a <a
@@ -80,8 +80,8 @@
1. Clone the repository and move into the directory. 1. Clone the repository and move into the directory.
```bash ```bash
git clone https://github.com/ghoshRitesh12/zoro.to-api.git git clone https://github.com/ghoshRitesh12/aniwatch-api.git
cd zoro.to-api cd aniwatch-api
``` ```
2. Install all the dependencies. 2. Install all the dependencies.