chore: update readme

This commit is contained in:
Zixuan Chen 2023-11-13 17:38:14 +08:00
parent edfd8276dd
commit 66fdb1f3c1
No known key found for this signature in database

View file

@ -25,9 +25,9 @@
> **Notice**: The current API and encoding schema of Loro are **experimental** and **subject to change**.
Loro is a CRDTs(Conflict-free Replicated Data Types) library that allows you to persist and sync state easily. It is designed to make building [local-first apps][local-first] easier.
Loro is a CRDTs(Conflict-free Replicated Data Types) library that makes building [local-first apps][local-first] easier.
✏️ We have published a [blog](https://loro.dev/blog/loro-now-open-source) about Loro's philosophy.
Explore our vision for the local-first development paradigm in our blog post:[**Reimagine State Management with CRDTs**](https://loro.dev/blog/loro-now-open-source).
# Features
@ -61,10 +61,6 @@ Loro is a CRDTs(Conflict-free Replicated Data Types) library that allows you to
- **Scalability**: Effortlessly scale your application horizontally thanks to the inherently distributed nature of CRDTs.
- **Delta Updates**
# Get started
You can follow our [documents](https://loro.dev/docs/tutorial/get_started) to build your first application with Loro. And you can also find more example in [loro-example](https://github.com/loro-dev/loro-examples-deno).
# Credits
Loro draws inspiration from the innovative work of the following projects and individuals: