From ecb71dd30431ca3755d72cf6dc44b1b8e64bb5b8 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 13 Nov 2021 00:35:30 +0100 Subject: [PATCH] Fix wrong cluster setup example --- versioned_docs/version-3.4/setup/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-3.4/setup/cluster.md b/versioned_docs/version-3.4/setup/cluster.md index 539aeee..72dfafc 100644 --- a/versioned_docs/version-3.4/setup/cluster.md +++ b/versioned_docs/version-3.4/setup/cluster.md @@ -16,7 +16,7 @@ title: Cluster 4. Enter the ClusterID of the existing cluster. You can find it in any `config.json` of a set up node in the section `cluster`. 5. Enter the names of all existing nodes (separated as said by a `;`) 6. Enter the host of each node in the format IP:PORT (e.g. `127.0.0.1:1410`) -7. Add the new node on every existing node of the Cluster with the `clu add ` command (e.g. `clu add Node-2 127.0.0.1`) +7. Add the new node on every existing node of the Cluster with the `clu add ` command (e.g. `clu add Node-2 127.0.0.1:1410`) :::tip Correct