From ecc024aeecb6ba9a2aa0d560e0925826947cfae3 Mon Sep 17 00:00:00 2001 From: JSteunou Date: Sat, 9 Apr 2016 11:55:25 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 086b175..7d402d7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Only ES5 compatible modern browsers are supported. If you need a websocket polyf ## nodejs support -As nodejs do not have a WebSocket object like browsers have, you must choose a websocket client and use [webstomp.over](https://github.com/JSteunou/webstomp-client#overws-options) instead of `webstomp.client`. Choosing a good client is maybe the must difficult part: +As nodejs does not have a WebSocket object like browsers have, you must choose a websocket client and use [webstomp.over](https://github.com/JSteunou/webstomp-client#overws-options) instead of `webstomp.client`. Choosing a good client is maybe the must difficult part: * [websocket](https://www.npmjs.com/package/websocket) * [ws](https://www.npmjs.com/package/ws) * [sockjs](https://www.npmjs.com/package/sockjs-client) If your server part is also SockJS