From 6eb06ea7b32a2ce7e05fd5497016c447e5159f28 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Mon, 15 Apr 2019 11:24:04 -0600 Subject: [PATCH] [FIXED] small typo in README [ci skip] Resolves #947 Signed-off-by: Ivan Kozlovic --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 111e62b0..c5dfbdea 100644 --- a/README.md +++ b/README.md @@ -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!