From cd3a44735dd306f81f260194c5e34b1f9ef77a87 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 4 Oct 2019 11:29:32 -0500 Subject: [PATCH] Update pubsub.md --- developer/tutorials/pubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/tutorials/pubsub.md b/developer/tutorials/pubsub.md index 27c4aea..5930eeb 100644 --- a/developer/tutorials/pubsub.md +++ b/developer/tutorials/pubsub.md @@ -2,7 +2,7 @@ NATS is a publish subscribe messaging system. Subscribers listening on a subject receive messages on that subject. If the subscriber is not actively listening on the subject, the message is not received. Subscribers can use the wildcard tokens such as `*` and `>` to match a single token or to match the tail of a subject. -![pub/sub](/assets/images/pubsubtut.svg) +![](/assets/images/pubsubtut.svg) ## Prerequisites