diff --git a/.env.example b/.env.example
index ae5f1ed..e5f53bf 100644
--- a/.env.example
+++ b/.env.example
@@ -1,6 +1,2 @@
-# Origins you want to allow, use * to allow all origins (not recommended for production)
-
ALLOWED_ORIGINS=,,...
-
-# Port the server will run on [OPTIONAL - default: 4444]
-PORT=4444
\ No newline at end of file
+PORT=4444
diff --git a/README.md b/README.md
index 6859b1d..afad894 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
- 
-
+ 
+

diff --git a/package.json b/package.json
index 8847030..23ebaeb 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "anime-api",
+ "name": "HiAnime-Api",
"version": "1.0.0",
"description": "A restful api to provide all information about anime",
"main": "./server.js",
@@ -8,7 +8,7 @@
"dev": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
- "author": "Sayan Das",
+ "author": "JustAnimeCore",
"license": "MIT",
"dependencies": {
"axios": "^1.11.0",
@@ -28,6 +28,6 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/itzzzme/anime-api.git"
+ "url": "https://github.com/JustAnimeCore/HiAnime-Api.git"
}
}
diff --git a/public/404.html b/public/404.html
index c91513e..5e611a7 100644
--- a/public/404.html
+++ b/public/404.html
@@ -81,7 +81,7 @@
diff --git a/public/index.html b/public/index.html
index d4f217d..d514f2a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -110,7 +110,7 @@