From cff5ccf5c2fcfd98e2482a9dc59b823cfda523e5 Mon Sep 17 00:00:00 2001 From: haad Date: Fri, 26 Feb 2016 17:13:08 +0100 Subject: [PATCH] Fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b3703b..bb532fb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Distributed, peer-to-peer Key-Value Store and Event Log on IPFS. - Stores all data in IPFS, including the database index -- Replication happens on client side and data is eventually consistent +- Aggregation happens on client side and data is eventually consistent - Uses a LWW-element-set [CRDT](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type) and (sort of) Vector Clocks for partial ordering - Designed to work offline first and to be easily embeddable to applications @@ -123,7 +123,7 @@ mocha -w ## Notes ### Data structure description -*For future IPLD references* +*For future [IPLD](https://github.com/ipfs/ipld-examples) references* List snapshots are posted to pubsub: ```