Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ya7ya authored and daviddias committed Jun 1, 2018
1 parent a20c944 commit c7521e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ const ws2 = new WStar({ wrtc: electronWebRTC() })
const WStar = require('libp2p-webrtc-star')

const ws = new WStar()

// defining maximum allowed buffer (defaults to 16kb)
const ws3 = new Wstar({
blockStreamSize: 64 * 1024 // 64kb
})
```

## API
Expand Down Expand Up @@ -94,7 +99,7 @@ Defaults:
## Hosted Rendezvous Server

We host a signalling server at `star-signal.cloud.ipfs.team` that can be used for practical demos and experimentation, it **should not be used for apps in production**.
A libp2p-webrtc-star address, using the signalling server we provide, looks like:
A libp2p-webrtc-star address, using the signalling server we provide, looks like:

`/dns4/star-signal.cloud.ipfs.team/wss/p2p-webrtc-star/ipfs/<your-peer-id>`

Expand Down

0 comments on commit c7521e6

Please sign in to comment.