From 33acdbe454fb1d2c626f09cf4ce83f003c7c1e7a Mon Sep 17 00:00:00 2001 From: Ginger Collison Date: Mon, 8 Feb 2021 09:18:37 -0600 Subject: [PATCH] Update websockets.md --- nats-server/configuration/websockets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nats-server/configuration/websockets.md b/nats-server/configuration/websockets.md index 571f037..64844fb 100644 --- a/nats-server/configuration/websockets.md +++ b/nats-server/configuration/websockets.md @@ -1,6 +1,6 @@ # Websocket Support -*Supported since NATS server version 2.2* +*Supported since NATS Server version 2.2* Websocket support can be enabled in the server and may be used alongside the traditional TCP socket connections. TLS, compression and @@ -57,4 +57,4 @@ websocket { ``` Leaf nodes support outbound websocket connections by specifying the `ws` as the -scheme component of the remote server URL, for example `ws://hostname:4443`. \ No newline at end of file +scheme component of the remote server URL, for example `ws://hostname:4443`.