diff --git a/_docs/websockets.md b/_docs/websockets.md index 2a8ba0c..d55936f 100644 --- a/_docs/websockets.md +++ b/_docs/websockets.md @@ -5,7 +5,7 @@ title: Websockets Using Websockets is super easy! By nature Websockets are a bit different than standard Http Request / Response lifecycle. -You can easily create a websocket handler which matches the route of `ws://host:port/route. You can create more than 1 websocket handler +You can easily create a websocket handler which matches the route of `ws://host:port/route`. You can create more than 1 websocket handler with different routes. ```ruby