Skip to content

Commit

Permalink
Update project name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gterzian authored Nov 17, 2023
1 parent 337053a commit ed398f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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).
3. Watch the peers request new increments from each other, and enter/exit their critical sections(printed out).

0 comments on commit ed398f3

Please sign in to comment.