From f2bf982542822f9b419d4deb49f20a63386832e5 Mon Sep 17 00:00:00 2001 From: alemi Date: Wed, 16 Oct 2024 22:42:35 +0200 Subject: [PATCH] docs: improved a bit initial wording in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aecd2c9..e6dff8d 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ 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 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. +This means that all agents are guaranteed to converge to a consistent state once all changes are received, +_no matter their order or timing_, while preserving each operation's original intention. On top of this +baseline, `codemp`'s protocol is optimized for speed and low network footprint, meaning even slow +connections or dated hardware can provide stable real-time editing. The full documentation is available on [docs.rs](https://docs.rs/codemp/).