mirror of
https://github.com/loro-dev/loro.git
synced 2024-11-24 04:09:42 +00:00
docs: update readme
This commit is contained in:
parent
9f5df5a4fc
commit
75f497d8ee
3 changed files with 5 additions and 7 deletions
|
@ -9,8 +9,7 @@
|
|||
<a href="https://loro.dev" alt="loro-site">Loro</a>
|
||||
</h1>
|
||||
<p align="center">
|
||||
<b>Reimagine state management with CRDTs 🦜</b><br/>
|
||||
Make your app state synchronized and collaborative effortlessly.
|
||||
<b>Make your JSON data collaborative and version-controlled 🦜</b>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://trendshift.io/repositories/4964" target="_blank"><img src="https://trendshift.io/api/badge/repositories/4964" alt="loro-dev%2Floro | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
|
|
|
@ -9,8 +9,7 @@
|
|||
<a href="https://loro.dev" alt="loro-site">Loro</a>
|
||||
</h1>
|
||||
<p align="center">
|
||||
<b>Reimagine state management with CRDTs 🦜</b><br/>
|
||||
Make your app state synchronized and collaborative effortlessly.
|
||||
<b>Make your JSON data collaborative and version-controlled 🦜</b>
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://trendshift.io/repositories/4964" target="_blank"><img src="https://trendshift.io/api/badge/repositories/4964" alt="loro-dev%2Floro | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Loro
|
||||
|
||||
Loro is a high-performance CRDTs framework offering Rust and JavaScript APIs.
|
||||
> Make your JSON data collaborative and version-controlled
|
||||
|
||||
Loro is a high-performance CRDTs framework offering Rust, JavaScript and Swift APIs.
|
||||
|
||||
Designed for local-first software, it enables effortless collaboration in app states.
|
||||
|
||||
PS: Version control is forthcoming. Time travel functionality is already accessible at [https://loro.dev/docs/tutorial/time_travel](https://loro.dev/docs/tutorial/time_travel).
|
||||
|
||||
# Examples
|
||||
|
||||
## Map/List/Text
|
||||
|
|
Loading…
Reference in a new issue