diff --git a/README.md b/README.md
index 7dd76df..1db438c 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Create responsive and dynamic tabs in React. This library supports ARIA accessib
 - **Customizable style**
 - **Return to last used tab when closing selected tab**
 - **PanelList can be rendered outside the TabList container**
+- **RTL & Vertical Mode**
 - **ARIA accessible**
 - **Customizable Tab component**
 - **Multiple themes**
diff --git a/package.json b/package.json
index 1a3f38d..f33f95e 100644
--- a/package.json
+++ b/package.json
@@ -2,24 +2,34 @@
   "name": "react-dyn-tabs",
   "version": "6.2.1",
   "private": false,
-  "description": "React dynamic tabs with full API",
+  "description": "Create responsive and dynamic tabs in React. This library supports ARIA accessibility and provides complete control over tab management using hooks.",
   "keywords": [
     "react",
     "dynamic",
-    "responsive",
-    "responsive-tabs",
-    "more-button",
-    "tab",
     "tabs",
+    "responsive",
     "react-dynamic-tabs",
+    "react-responsive-tabs",
+    "react-tabs",
+    "react-tab-component",
+    "react-tabs-component",
+    "more-button",
+    "view-more",
+    "show-more",
+    "tab-management",
+    "hooks",
+    "overflow-tabs",
+    "user-interface",
+    "react-hooks",
+    "tab-navigation",
+    "web-development",
+    "component-library",
+    "easily-integratable",
     "dynamic-tabs",
-    "multi-tabs",
-    "react-dynamic-tabs",
-    "react-dyn-tabs",
-    "react-component",
-    "react-tab",
-    "full-api",
-    "full-control"
+    "responsive-tabs",
+    "accessibility",
+    "accessible",
+    "react-accessible-tabs"
   ],
   "author": {
     "name": "dev-javascript",
@@ -98,22 +108,6 @@
     "sass": "^1.77.6",
     "style-loader": "^4.0.0"
   },
-  "files": [
-    "plugins",
-    "dist",
-    "flow-typed",
-    "lib",
-    "style",
-    "theme",
-    "themes",
-    "src",
-    "!*.test.js",
-    "!*.test.js.snap",
-    "index.d.ts",
-    "react-dyn-tabs.ts",
-    "index.ts",
-    "CHANGELOG.md"
-  ],
   "license": "MIT",
   "directories": {
     "lib": "lib"