diff --git a/README.md b/README.md index 5e46c526..6527fd9c 100644 --- a/README.md +++ b/README.md @@ -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}}) ```