Skip to content

Commit

Permalink
fix(README): add transport support
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 10, 2019
1 parent b015718 commit 1c57adc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
</span>
</center>

A browser-compatible JSON-RPC client with multiple transports.
A browser-compatible JSON-RPC client with multiple transports:

- HTTP/HTTPS
- Websocket
- Event Emitter

```javascript
import { RequestManager, HTTPTransport, Client } from '@open-rpc/client-js';
Expand Down

0 comments on commit 1c57adc

Please sign in to comment.