From 6937e8a62a38314cb8f16a0653704af4e66ccd55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C5=9Fk=C4=B1n=20Gedik?= Date: Sun, 27 Dec 2015 19:46:48 +0200 Subject: [PATCH] Update websockets.md --- _docs/websockets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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