From 9101b1ea7eab43f70c96cd8d8ac7dafd50e8b3fd Mon Sep 17 00:00:00 2001 From: Zixuan Chen Date: Mon, 13 Nov 2023 09:52:40 +0800 Subject: [PATCH] Update README.md Use better time travel example --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bcc51bf..b8ac8d68 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,10 @@ Loro is a CRDTs(Conflict-free Replicated Data Types) library that allows you to - **High Performance** - [See benchmarks](https://www.loro.dev/docs/performance). -> **You can build time travel feature easily with Loro**. +> **Build time travel feature easily for large documents**. + +![TimeTravel](https://github.com/loro-dev/loro/assets/18425020/52a34c9d-0d3b-496f-a75d-3c1e01ff139f) -[![Time travel example](https://github.com/loro-dev/loro/assets/18425020/41e10cbc-4940-4bc7-83d5-3cad99783740)](https://github.com/zxch3n/loro-react-flow-example) ## Features Provided by CRDTs