diff options
| author | Ritesh Ghosh <[email protected]> | 2023-09-25 20:51:40 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-25 20:51:40 +0530 |
| commit | 34d6e630cb4b60d64cf436cb73c018534f6bba13 (patch) | |
| tree | 809a70ce9f826570f833cb3f440bb2fee44c604d | |
| parent | 6a8977d9cafe0247c9a11cf8f01f0dfee3258968 (diff) | |
| download | aniwatch-api-34d6e630cb4b60d64cf436cb73c018534f6bba13.tar.xz aniwatch-api-34d6e630cb4b60d64cf436cb73c018534f6bba13.zip | |
docs(typo): fixed typo not -> nor
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ > 1. [https://api-aniwatch.onrender.com](https://api-aniwatch.onrender.com/) is only meant to demo the API and has rate-limiting enabled to minimise bandwidth consumption. It is recommended to deploy your own instance for personal use. > 2. As it's hosted on [render](https://render.com/), the service will spin down if there's no activity, so the initial request may take some time. > 3. This API is just an unofficial api for [aniwatch.to](https://aniwatch.to) and is in no other way officially related to the same. -> 4. The content that this api provides is not mine, not is it hosted by me. These belong to their respective owners. This api just demonstrates how to build an api that scrapes websites and uses their content. +> 4. The content that this api provides is not mine, nor is it hosted by me. These belong to their respective owners. This api just demonstrates how to build an api that scrapes websites and uses their content. ## Table of Contents |
