From 720e602279a4dec669916b3db38a9d3e4aa54fd5 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 9 Dec 2019 08:57:17 -0600 Subject: [PATCH] Update README.md --- nats-server/configuration/leafnodes/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nats-server/configuration/leafnodes/README.md b/nats-server/configuration/leafnodes/README.md index 2bc4561..7362143 100644 --- a/nats-server/configuration/leafnodes/README.md +++ b/nats-server/configuration/leafnodes/README.md @@ -129,7 +129,7 @@ Published [foo] : 'foo' Both the server and leaf subscriber print: ```text - +Received on [foo]: 'foo' ``` Publish a message on the leaf: @@ -142,7 +142,7 @@ Published [bar] : 'bar' Both the server and leaf subscribers print: ```text - +Received on [bar]: 'bar' ``` The leaf forwards all local messages to the server where members of the account are able to receive them. Messages published on the server by the account are forwarded to the leaf where subscribers are able to receive them. @@ -206,7 +206,7 @@ Published [foo] : 'foo' You should see a new message in all your subscriber windows: ```text - +Received on [foo]: 'foo' ``` Now publish a new message on the leaf, but this time with the subject `bar`: