From f7b2b0d0d3527446ebfc12bcae19557482f4aba3 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Fri, 4 Oct 2019 11:33:28 -0500 Subject: [PATCH] Update subjects.md --- developer/concepts/subjects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/concepts/subjects.md b/developer/concepts/subjects.md index c53a81b..54a3650 100644 --- a/developer/concepts/subjects.md +++ b/developer/concepts/subjects.md @@ -2,7 +2,7 @@ Fundamentally NATS is about publishing and listening for messages. Both of these depend heavily on _Subjects_ which scope messages into streams or topics. At its simplest, a subject is just a string of characters that form a name the publisher and subscriber can use to find each other. -![subjects 1](/assets/images/subjects1.svg) +![](/assets/images/subjects1.svg) The NATS server reserves a few characters as special, and the specification says that only "alpha-numeric" characters plus the "." should be used in subject names. Subjects are case-sensitive and cannot contain whitespace. For safety across clients, ASCII characters should be used, although this is subject to change in the future.