chore: rewording of the README

This commit is contained in:
cschen 2024-09-07 20:01:36 +02:00
parent f5754ed804
commit 47856334e2

View file

@ -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. > `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_: This means that everyone is guaranteed to converge to a consistent state once all changes are received
even under unreliable networks or constrained resources, the underlying CRDT will always reach a no matter the order or the timing due to unreliable networks or constrained resources. And similarly, your
convergent state across all users. Even with this baseline, `codemp`'s protocol is optimized for speed 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. 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/). The full documentation is available on [docs.rs](https://docs.rs/codemp/0.7.0-beta.2/codemp/).