From f0ae6fb613cfb0a3f306be8eecddaaac7c3d6221 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 7 Jun 2019 10:37:24 -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 b3d5323..a4c1108 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 | }"]; - gnatsd [shape="box", label="", width=4, height=0, penwidth=1]; + natsserver [shape="box", label="", width=4, height=0, penwidth=1]; subscriber [shape="record", label="{ NATS Subscriber | Application 2}"]; - publisher:nats -- gnatsd [penwidth=2]; - application:nats -- gnatsd; - gnatsd -- subscriber:nats [penwidth=2, dir="forward"]; + publisher:nats -- natsserver [penwidth=2]; + application:nats -- natsserver; + natsserver -- subscriber:nats [penwidth=2, dir="forward"]; }