diff --git a/README.md b/README.md
index fcf7cba..c1c211a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Socio - A WebSocket based realtime duplex Full-stack synced API framework.
+# Socio - A WebSocket Real-Time Communication (RTC) API framework.
-## Connecting your Front-End to Back-End DB reactively! ⇄
+## Connecting your Front-End logic to Back-End Database reactively! ⇄
3 min Youtube video Demo
diff --git a/core/README.md b/core/README.md
index fcf7cba..c1c211a 100644
--- a/core/README.md
+++ b/core/README.md
@@ -1,6 +1,6 @@
-# Socio - A WebSocket based realtime duplex Full-stack synced API framework.
+# Socio - A WebSocket Real-Time Communication (RTC) API framework.
-## Connecting your Front-End to Back-End DB reactively! ⇄
+## Connecting your Front-End logic to Back-End Database reactively! ⇄
3 min Youtube video Demo
diff --git a/core/package.json b/core/package.json
index d51839a..524cd68 100644
--- a/core/package.json
+++ b/core/package.json
@@ -1,7 +1,7 @@
{
"name": "socio",
"version": "0.6.8",
- "description": "A WebSocket based realtime duplex Front-End and Back-End syncing API paradigm framework.",
+ "description": "A WebSocket Real-Time Communication (RTC) API framework.",
"main": "./dist/core.js",
"type": "module",
"module": "core.ts",
@@ -17,16 +17,16 @@
],
"types": "./dist/*.d.ts",
"keywords": [
+ "websocket",
+ "rtc",
+ "api",
+ "framework",
+ "reactive",
"database",
"sync",
- "realtime",
"live",
"SQL",
- "query",
- "frontend",
- "websocket",
- "reactive",
- "rtc"
+ "query"
],
"author": "Rolands Laucis",
"license": "ISC",