Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jul 17, 2020
1 parent b65a7a3 commit 40da7bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,8 @@ main().then(() => {
<summary>HTTP</summary>

```javascript
import { EventEmitter } from "events";
import { RequestManager, Client, HTTPTransport } from "@open-rpc/client-js";

const emitter = new EventEmitter();
const transport = new HTTPTransport("http://localhost:3333");
const requestManager = new RequestManager([transport]);
const client = new Client(requestManager);
Expand Down

0 comments on commit 40da7bf

Please sign in to comment.