diff --git a/doc/migrations/v0.39-v0.40.md b/doc/migrations/v0.39-v0.40.md index f0be7a54a1..3a27e84d69 100644 --- a/doc/migrations/v0.39-v0.40.md +++ b/doc/migrations/v0.39-v0.40.md @@ -47,7 +47,7 @@ const node = await createLibp2p({ new TCP(), new WebSockets(), new WebRTCDirect(), - star + star.transport ], peerDiscovery: [ new Bootstrap({ list: [ ... ] }),