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

Commit f9258a9

Browse files
alanshawdaviddias
authored andcommitted
docs: fix libp2p peer discovery modules config key
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent a08a17d commit f9258a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ const node = new IPFS({
552552
libp2p: {
553553
modules: {
554554
transport: [wstar],
555-
discovery: [wstar.discovery]
555+
peerDiscovery: [wstar.discovery]
556556
}
557557
}
558558
})

0 commit comments

Comments
 (0)