Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: change the websocket-star readme example var name
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jun 27, 2019
1 parent a1a9fe3 commit 92277d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ The code above assumes you are running a local `signaling server` on port `9090`
Yes, websocket-star! A WebSockets based transport that uses a Relay to route the messages. To enable it, just do:
```JavaScript
const node = new IPFS({
const node = new Ipfs({
config: {
Addresses: {
Swarm: [
Expand Down

0 comments on commit 92277d5

Please sign in to comment.