From 241ac47cff66db4eadb15e59c20a1ee53e5319e0 Mon Sep 17 00:00:00 2001 From: Ryota Date: Thu, 7 Nov 2019 00:04:52 +0000 Subject: [PATCH] Correct backtick and escape --- nats-streaming-concepts/channels/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nats-streaming-concepts/channels/README.md b/nats-streaming-concepts/channels/README.md index c32ddad..b9c2356 100644 --- a/nats-streaming-concepts/channels/README.md +++ b/nats-streaming-concepts/channels/README.md @@ -2,7 +2,7 @@ Channels are at the heart of the NATS Streaming Server. Channels are subjects clients send data to and consume from. -_**Note: NATS Streaming server does not support wildcard for channels, that is, one cannot subscribe on \`foo.**_**`, or`>\`, etc...\*** +_**Note: NATS Streaming server does not support wildcard for channels, that is, one cannot subscribe on `foo.*`, or `foo.>`, etc...**_ The number of channels can be limited \(and is by default\) through configuration. Messages produced to a channel are stored in a message log inside this channel.