[FIXED] small typo in README [ci skip]

Resolves #947

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2019-04-15 11:24:04 -06:00
parent 1777e2d1e2
commit 6eb06ea7b3

View File

@@ -305,7 +305,7 @@ The URL that srvB will use to connect to srvC is the result of the TCP remote ad
It is possible to advertise with `--cluster_advertise` a different address than the one used in `--cluster`.
In the previous example, if srvC uses a `--cluster_adertise` URL, this is what srvA will gossip to srvB in order to connect to srvC.
In the previous example, if srvC uses a `--cluster_advertise` URL, this is what srvA will gossip to srvB in order to connect to srvC.
NOTE: The advertise address should really result in a connection to srvC. Providing an address that would result in a connection to a different NATS Server would prevent the formation of a full-mesh cluster!