diff --git a/README.md b/README.md
index 1b91218..c1f2f11 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,8 @@
-

Baileys
-
+
Baileys
+



-
A Websockets-based TypeScript library for interacting with the WhatsApp Web API.
diff --git a/package.json b/package.json
index 99f14e1..d6e5910 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"whatsapp",
"automation"
],
- "homepage": "https://baileys.wiki/",
+ "homepage": "https://github.com/WhiskeySockets/Baileys/",
"repository": {
"url": "git@github.com:WhiskeySockets/Baileys.git"
},
@@ -17,7 +17,8 @@
"files": [
"lib/*",
"WAProto/*",
- "WASignalGroup/*.js"
+ "WASignalGroup/*.js",
+ "engine-requirements.js"
],
"scripts": {
"build:all": "tsc && typedoc",