docs: use tag for webrtc-star discovery config (#713)

This commit is contained in:
Vasco Santos
2020-07-20 14:51:24 +02:00
committed by GitHub
parent 856b38de67
commit 3896941128

View File

@ -304,7 +304,7 @@ const node = await Libp2p.create({
},
config: {
peerDiscovery: {
webRTCStar: {
[WebRTCStar.tag]: {
enabled: true
}
}