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