Update README.md

This commit is contained in:
shafat-96
2025-04-25 12:20:46 +06:00
committed by GitHub
parent 72eda2bf5c
commit 5e93fe8760

View File

@@ -1,4 +1,4 @@
# Anilist to AnimePahe Mapper API
# Anilist to Anime Mapper API
A specialized Node.js API that maps anime data between Anilist and streaming platforms (AnimePahe, HiAnime, AnimeKai) using advanced string similarity algorithms.
@@ -16,7 +16,7 @@ A specialized Node.js API that maps anime data between Anilist and streaming pla
```bash
# Clone the repository
git clone https://github.com/yourusername/anilist-animepahe-mapper.git
cd anilist-animepahe-mapper
cd anime-mapper
# Install dependencies
npm install
@@ -284,4 +284,4 @@ Get streaming links for an episode:
GET /animepahe/sources/session-id/episode-id
GET /animekai/sources/episode-id
GET /animekai/sources/episode-id?dub=true
```
```