Skip to content

Commit

Permalink
supplement instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Lorain <[email protected]>
  • Loading branch information
justlorain committed Dec 12, 2024
1 parent 83f14ac commit 8bd6d19
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 @@ -68,7 +68,7 @@ To start a three-node cluster
MaxInflightMsgs: 256,
}
// Set peer list to all nodes in the cluster.
// Note that they need to be started separately.
// Note that other nodes in the cluster, apart from this node, need to be started separately.
n := raft.StartNode(c, []raft.Peer{{ID: 0x01}, {ID: 0x02}, {ID: 0x03}})
```

Expand Down

0 comments on commit 8bd6d19

Please sign in to comment.