Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
fix: README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jan 23, 2017
1 parent 526e415 commit 7e1f7b8
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 @@ -68,7 +68,7 @@ A libp2p-webrtc-star address, using the signalling server we provide, looks like

If you are loading your Web Application behind https, then you will need to dial to it through WebSockets Secure, to achieve this simply switch ws with wss, so that the multiaddr looks like:

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

### This module uses `pull-streams`

Expand Down

0 comments on commit 7e1f7b8

Please sign in to comment.