From 5e93fe8760dff5267cc9491cd81e7874a00955d0 Mon Sep 17 00:00:00 2001 From: shafat-96 Date: Fri, 25 Apr 2025 12:20:46 +0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1937d0..6805a01 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```