Skip to content

Commit 7d7e9b3

Browse files
committed
Improve documentation a little
1 parent f4d0b09 commit 7d7e9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[![Godoc](https://godoc.org/github.com/Jille/raft-grpc-leader-rpc/leaderhealth?status.svg)](https://godoc.org/github.com/Jille/raft-grpc-leader-rpc/leaderhealth)
44

5-
This small library allows you to send RPCs to your Raft leader.
5+
Send gRPCs to your [Raft](https://github.com/hashicorp/raft) leader.
66

77
It connects to all your Raft nodes and uses [client-side health checks](https://github.com/grpc/proposal/blob/master/A17-client-side-health-checking.md) to only send RPCs to the master.
88

9-
During leader elections you'll see about one RTT of errors, make sure your client can handle those and retries them.
9+
During leader elections you'll see errors, make sure your client can handle those and retries them.
1010

1111
## Server side
1212

0 commit comments

Comments
 (0)