Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit ecc024a

Browse files
committed
Typo
1 parent d24cc17 commit ecc024a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Only ES5 compatible modern browsers are supported. If you need a websocket polyf
1212

1313
## nodejs support
1414

15-
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:
15+
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:
1616
* [websocket](https://www.npmjs.com/package/websocket)
1717
* [ws](https://www.npmjs.com/package/ws)
1818
* [sockjs](https://www.npmjs.com/package/sockjs-client) If your server part is also SockJS

0 commit comments

Comments
 (0)