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`.