Skip to content

Commit

Permalink
add example
Browse files Browse the repository at this point in the history
  • Loading branch information
voidabhi committed Jul 11, 2016
1 parent fc7e74d commit e2ab9ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# es6-rws
ES6 Implementation of ReconnectingWebsocket

# Example

```js
import RWS from 'es6-rws';

let rws = new RWS('ws://localhost:8080', 'json', {debug: true})
```

0 comments on commit e2ab9ae

Please sign in to comment.