Skip to content

Commit

Permalink
fix(README): consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jul 17, 2020
1 parent 40da7bf commit 40242fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

- Event Emitter
- EventEmitter
- HTTP/HTTPS
- WebSocket

Expand Down Expand Up @@ -91,7 +91,7 @@ main().then(() => {


<details>
<summary>Websocket</summary>
<summary>WebSocket</summary>

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

0 comments on commit 40242fe

Please sign in to comment.