Skip to content

Commit 4c4c397

Browse files
authored
Update README.md
1 parent 58539a2 commit 4c4c397

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Loro is a CRDTs(Conflict-free Replicated Data Types) library that allows you to
2929

3030
> **You can build time travel feature easily with Loro**.
3131
32-
[![202311111620(1)](https://github.com/loro-dev/loro/assets/18425020/41e10cbc-4940-4bc7-83d5-3cad99783740)](https://github.com/zxch3n/loro-react-flow-example)
32+
[![Time travel example](https://github.com/loro-dev/loro/assets/18425020/41e10cbc-4940-4bc7-83d5-3cad99783740)](https://github.com/zxch3n/loro-react-flow-example)
3333

3434
## Supported CRDT Algorithms
3535

@@ -38,6 +38,9 @@ Loro is a CRDTs(Conflict-free Replicated Data Types) library that allows you to
3838
- **Peritext-like Rich Text CRDT**: Drawing inspiration from [Peritext](https://www.inkandswitch.com/peritext/), Loro manages rich text CRDTs that excel at merging concurrent rich text style edits, maintaining the original intent of users input as much as possible. Details on this will be explored further in an upcoming blog post.
3939
- **Moveable Tree**: For applications requiring directory-like data manipulation, Loro utilizes the algorithm from [*A Highly-Available Move Operation for Replicated Trees*](https://ieeexplore.ieee.org/document/9563274), which simplifies the process of moving hierarchical data structures.
4040

41+
![Rich Text Example](https://github.com/loro-dev/loro/assets/18425020/e1ce3952-c071-40e2-a9b6-51eac78e7622)
42+
43+
4144
## Advanced Features in Loro
4245

4346
- **Preserve Editing History**

0 commit comments

Comments
 (0)