From e4bfaa64099cff561436a97ceb4788fe524b0e01 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 14 Feb 2020 10:03:58 -0600 Subject: [PATCH] Update README.md --- nats-server/configuration/clustering/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-server/configuration/clustering/README.md b/nats-server/configuration/clustering/README.md index 24614ad..b10486c 100644 --- a/nats-server/configuration/clustering/README.md +++ b/nats-server/configuration/clustering/README.md @@ -13,7 +13,7 @@ For the cluster to successfully form a full mesh and NATS to function as intende ## Cluster URLs -In addition to a port to listening for clients, `nats-server` listen on a "cluster" URL \(the `-cluster` option\). Additional `nats-server` servers can then add that URL to their `-routes` argument to join the cluster. These options can also be specified in a [config file](cluster_config.md), but only the command-line version is shown in this overview for simplicity. +In addition to a port to listen for clients, `nats-server` listens on a "cluster" URL \(the `-cluster` option\). Additional `nats-server` servers can then add that URL to their `-routes` argument to join the cluster. These options can also be specified in a [config file](cluster_config.md), but only the command-line version is shown in this overview for simplicity. ## Running a Simple Cluster