diff --git a/README.md b/README.md index c14798b..2dd3fde 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Spanreed +# Automerge-repo-rs -Project goal: add an integration layer between automerge and client code, compatible with any async runtime. +Project goal: add an integration layer between [Automerge](https://github.com/automerge/automerge) and client code, compatible with any Rust async runtime. ## Examples @@ -28,4 +28,4 @@ based on this [TLA+ specification](https://gist.github.com/gterzian/d9898f3206fe 2. Start two other peers: - `cargo run --release --example distributed-bakery --features="tokio" -- --customer-id "2"` - `cargo run --release --example distributed-bakery --features="tokio" -- --customer-id "3"` -3. Watch the peers request new increments from each other, and enter/exit their critical sections(printed out). \ No newline at end of file +3. Watch the peers request new increments from each other, and enter/exit their critical sections(printed out).