From 8bd6d198b36554999853844e5a873e3f014828d9 Mon Sep 17 00:00:00 2001 From: Lorain Date: Thu, 12 Dec 2024 14:11:42 +0000 Subject: [PATCH] supplement instruction Signed-off-by: Lorain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}) ```