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

Commit

Permalink
fix(docs): update webrtc config example to use correct case
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jul 21, 2020
1 parent 8f5a19f commit 6a498e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ipfs/docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ const node = await IPFS.create({
},
config: {
peerDiscovery: {
[WebRTCStar.tag]: {
webRTCStar: { // <- note the lower-case w - see https://github.com/libp2p/js-libp2p/issues/576
enabled: true
}
},
transport: {
WebRTCStar: {
WebRTCStar: { // <- note the upper-case w- see https://github.com/libp2p/js-libp2p/issues/576
wrtc
}
}
Expand Down

0 comments on commit 6a498e9

Please sign in to comment.