diff --git a/README.md b/README.md index 2bba66f..7bd3c05 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #CRDT - Commutative Replicated Data Types -a CRDT is a data type designed so that opperations on it commute - give the same result +a CRDT is a data type designed so that operations on it commute - give the same result indepent of the order in which they are applied. CRDTs give you eventual consistency for free. it is not necessary to track concurrent changes