From 8932aeb438270bc27ad8c1584631be0a478a8204 Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 22 Mar 2021 09:16:17 -0500 Subject: [PATCH] Update jwt.md --- developing-with-nats/tutorials/jwt.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/developing-with-nats/tutorials/jwt.md b/developing-with-nats/tutorials/jwt.md index f3ffd52..7902271 100644 --- a/developing-with-nats/tutorials/jwt.md +++ b/developing-with-nats/tutorials/jwt.md @@ -491,9 +491,10 @@ resolver: URL(http://localhost:9090/jwt/v1/accouts/) ```text - > nats -s localhost:4222 "--creds=user.creds" pub "foo" "hello world" 16:56:02 Published 11 bytes to "foo" + > nats -s localhost:4222 "--creds=user.creds" pub "foo" "hello world" + > 16:56:02 Published 11 bytes to "foo" > - ```text + ``` 11. Output if `user.creds` where to contain a JWT where the maximum message payload is limited to 5 bytes