feat(docs): updatee readme.md & index.md

This commit is contained in:
khtsly 2026-02-12 20:19:31 +07:00
parent d5e438ad27
commit 3a82b748d2
2 changed files with 11 additions and 11 deletions

View file

@ -1,7 +1,7 @@
<div align="center"> <div align="center">
<img src="docs/public/warp.png" alt="Warp icon" /> <img src="docs/public/warp.png" alt="Warp icon" />
<h1><span style="color:blue;">Warp</span></h1> <h1><span style="color:blue;">Warp</span></h1>
<p><h1>A very-fast & powerful networking library for Roblox.</h1></p> <p><h1>A very-fast & powerful networking library.</h1></p>
</div> </div>
--- ---
@ -9,13 +9,13 @@
## Why Warp ## Why Warp
### ⚡ Performance ### ⚡ Performance
Warp is very-fast with much less bandwidth compared to native. Warp is rapidly-fast with much less bandwidth compared to native.
### 🍃 Lightweight ### 🍃 Compact
Warp is a lightweight library for Roblox. Warp is a simple, efficient & lightweight library.
### 📊 Task ### 📊 Dynamic
Warp optimized efficient for large-scale task. 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 ### 🔎 Typing
Warp written with strictly-typed. Warp written with strictly-typed.

View file

@ -18,13 +18,13 @@ hero:
features: features:
- icon: ⚡ - icon: ⚡
title: Performance 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: 🍃 - icon: 🍃
title: Lightweight title: Compact
details: Warp is a lightweight library for Roblox. details: Warp is a simple, efficient & lightweight library.
- icon: 📊 - icon: 📊
title: Task title: Dynamic
details: Warp optimized efficient for large-scale task. 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: 🔎 - icon: 🔎
title: Type title: Type
details: Warp written with strictly-typed. details: Warp written with strictly-typed.