Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacgr committed Jul 20, 2019
1 parent 9d445ae commit c0164c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@ const wss = new Jaysonic.server.ws();
**Note that there are two web socket clients**
**One can only be run in the browser, and the other can run in a NodeJS environment.**

To instantiate the web socket clients

#### WS Client for browser

The browser ws client is based on the WebSocket class in JavaScript.
The browser ws client is based on the `window.WebSocket` class.

```js
const Jaysonic = require("jaysonic/lib/client-ws");
Expand Down

0 comments on commit c0164c4

Please sign in to comment.