mirror of
https://github.com/imezx/Warp.git
synced 2026-03-18 00:44:16 +00:00
feat(docs): updatee readme.md & index.md
This commit is contained in:
parent
d5e438ad27
commit
3a82b748d2
2 changed files with 11 additions and 11 deletions
12
README.md
12
README.md
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue