From 3a82b748d2eeceab0829831816b52c8ade16d109 Mon Sep 17 00:00:00 2001 From: khtsly Date: Thu, 12 Feb 2026 20:19:31 +0700 Subject: [PATCH] feat(docs): updatee readme.md & index.md --- README.md | 12 ++++++------ docs/index.md | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 824cbca..91d8909 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
Warp icon

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.