Merge pull request #52 from hexedtech/docs/readme-rewording

docs: improved a bit initial wording in readme
This commit is contained in:
əlemi 2024-10-16 22:46:12 +02:00 committed by GitHub
commit 4448d36ba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/).