Skip to content

Commit

Permalink
ci skip: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight authored Sep 22, 2024
1 parent 187fc8f commit 2a3a2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**zgroup** is a library that can manage cluster membership and member failure detection. It is based on the [SWIM Protocol](https://www.cs.cornell.edu/projects/Quicksilver/public_pdfs/SWIM.pdf), specifically the **SWIM+Inf.+Susp.** variant of the gossip protocol.

A [sample binary](./src/main.zig) is provided to show a way to use the library. There's two ways to run the sample: **a)** manually specifying the join address, and **b)** using an external service to get the join address.
A [sample](./src/main.zig) binary is provided to show a way to use the library. There's two ways to run the sample: **a)** manually specifying the join address, and **b)** using an external service to get the join address.

To run locally using **a)**, try:

Expand Down

0 comments on commit 2a3a2a4

Please sign in to comment.