mirror of
https://github.com/loro-dev/loro.git
synced 2025-02-11 06:42:21 +00:00
chore: update readme
This commit is contained in:
parent
edfd8276dd
commit
66fdb1f3c1
1 changed files with 2 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue