From 42e1be73cf48451f0e372a0a4ef170a4997bdc1b Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 7 Jun 2019 09:55:23 -0500 Subject: [PATCH] Update intro.md --- developer/concepts/intro.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/developer/concepts/intro.md b/developer/concepts/intro.md index b43bad3..b3d5323 100644 --- a/developer/concepts/intro.md +++ b/developer/concepts/intro.md @@ -10,12 +10,12 @@ graph nats { publisher [shape="record", label="{Application 1 | NATS Publisher}"]; application [shape="record", label="{Application 3 | }"]; - nats-server [shape="box", label="", width=4, height=0, penwidth=1]; + gnatsd [shape="box", label="", width=4, height=0, penwidth=1]; subscriber [shape="record", label="{ NATS Subscriber | Application 2}"]; - publisher:nats -- nats-server [penwidth=2]; - application:nats -- nats-server; - nats-server -- subscriber:nats [penwidth=2, dir="forward"]; + publisher:nats -- gnatsd [penwidth=2]; + application:nats -- gnatsd; + gnatsd -- subscriber:nats [penwidth=2, dir="forward"]; }