From 47856334e2e0b65d9916e8b57cb5e15102ea3807 Mon Sep 17 00:00:00 2001 From: cschen Date: Sat, 7 Sep 2024 20:01:36 +0200 Subject: [PATCH] chore: rewording of the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae21dea..fffd80d 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ as well as a remote virtual workspace for you and your team. > `codemp` is build with state-of-the-art CRDT technology, guaranteeing eventual consistency. -This means everyone in a workspace will always be working on the exact same file _eventually_: -even under unreliable networks or constrained resources, the underlying CRDT will always reach a -convergent state across all users. Even with this baseline, `codemp`'s protocol is optimized for speed +This means that everyone is guaranteed to converge to a consistent state once all changes are received +no matter the order or the timing due to unreliable networks or constrained resources. And similarly, your +changes will always carry their original intention. On top of this baseline, `codemp`'s protocol is optimized for speed and low network footprint, meaning even slow connections can provide stable real-time editing. The full documentation is available on [docs.rs](https://docs.rs/codemp/0.7.0-beta.2/codemp/).