diff --git a/doc/CONFIGURATION.md b/doc/CONFIGURATION.md index fd38e271..9ad4230f 100644 --- a/doc/CONFIGURATION.md +++ b/doc/CONFIGURATION.md @@ -247,7 +247,7 @@ import { GossipSub } from 'libp2p-gossipsub' const node = await createLibp2p({ transports: [ new TCP(), - new WS() + new WebSockets() ], streamMuxers: [new Mplex()], connectionEncryption: [new Noise()],