diff --git a/README.md b/README.md
index 824cbca..91d8909 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Warp
-
A very-fast & powerful networking library for Roblox.
+
A very-fast & powerful networking library.
---
@@ -9,13 +9,13 @@
## Why Warp
### ⚡ Performance
-Warp is very-fast with much less bandwidth compared to native.
+Warp is rapidly-fast with much less bandwidth compared to native.
-### 🍃 Lightweight
-Warp is a lightweight library for Roblox.
+### 🍃 Compact
+Warp is a simple, efficient & lightweight library.
-### 📊 Task
-Warp optimized efficient for large-scale task.
+### 📊 Dynamic
+Warp is dynamic by default. It serializes and deserializes data dynamically without requiring a user-defined schema, although schema support is available as an option.
### 🔎 Typing
Warp written with strictly-typed.
diff --git a/docs/index.md b/docs/index.md
index 04edd5f..266341a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -18,13 +18,13 @@ hero:
features:
- icon: ⚡
title: Performance
- details: Warp is very-fast with much less bandwidth compared to native.
+ details: Warp is rapidly-fast with much less bandwidth compared to native.
- icon: 🍃
- title: Lightweight
- details: Warp is a lightweight library for Roblox.
+ title: Compact
+ details: Warp is a simple, efficient & lightweight library.
- icon: 📊
- title: Task
- details: Warp optimized efficient for large-scale task.
+ title: Dynamic
+ details: Warp is dynamic by default. It serializes and deserializes data dynamically without requiring a user-defined schema, although schema support is available as an option.
- icon: 🔎
title: Type
details: Warp written with strictly-typed.