diff --git a/README.md b/README.md
index 1af054a..f841fcc 100644
--- a/README.md
+++ b/README.md
@@ -116,3 +116,6 @@ const panelRight = L.control
## Special Thanks
Special thanks to **[maxwell-ilai](https://github.com/maxwell-ilai 'Maxwell Ilai')** for the original project [maxwell-ilai/Leaflet.SidePanel](https://github.com/maxwell-ilai/Leaflet.SidePanel 'Leaflet.SidePanel by maxwell-ilai')
+
+## Visitors
+
diff --git a/package.json b/package.json
index dc53182..4bc8583 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"author": "cyclingbyte ",
"license": "MIT",
"private": false,
+ "homepage": "https://cyclingbyte.github.io/Leaflet.SidePanel/",
"type": "module",
"main": "dist/leaflet-sidepanel.cjs.js",
"unpkg": "dist/leaflet-sidepanel.umd.js",
@@ -30,10 +31,10 @@
},
"keywords": [
"leaflet",
- "sidebar",
- "side-bar",
- "sidepanel",
- "side-panel"
+ "leafletjs",
+ "leaflet-plugin",
+ "leaflet-sidebar",
+ "leaflet-sidepanel"
],
"bugs": {
"url": "https://github.com/cyclingbyte/Leaflet.SidePanel/issues"