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 23, 2024
1 parent 3dabdf5 commit 5dd8f57
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 @@ -31,7 +31,7 @@ $ ./zig-out/bin/zgroup group1 0.0.0.0:8083 0.0.0.0:8080
# and so on...
```

To run locally using **b)**, the sample binary uses a free service, [https://keyvalue.immanuel.co/](https://keyvalue.immanuel.co/), as a store for the join address. The library provides a simple, best-effort-basis leader election mechanism for this purpose by providing a callback with a join address information that can be stored on an external service.
To run locally using **b)**, the sample binary uses a free service, [https://keyvalue.immanuel.co/](https://keyvalue.immanuel.co/), as a store for the join address. The library provides a simple, best-effort-basis leader election mechanism for this purpose by providing a callback with a join address information that you can store somewhere.

```sh
# Build the sample binary:
Expand Down

0 comments on commit 5dd8f57

Please sign in to comment.