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