Skip to content

Commit f767126

Browse files
authored
docs: Update CONFIGURATION.md (#2916)
This PR is a small fix in the documentation where the syntax was incorrect.
1 parent 8582cc2 commit f767126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/CONFIGURATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,13 +294,13 @@ const node = await createLibp2p({
294294
mdns({
295295
interval: 1000
296296
}),
297-
bootstrap(
297+
bootstrap({
298298
list: [ // A list of bootstrap peers to connect to starting up the node
299299
"/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
300300
"/dnsaddr/bootstrap.libp2p.io/ipfs/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN",
301301
"/dnsaddr/bootstrap.libp2p.io/ipfs/QmQCU2EcMqAqQPR2i9bChDtGNJchTbq5TbXJJ16u19uLTa",
302302
]
303-
)
303+
})
304304
]
305305
})
306306
```

0 commit comments

Comments
 (0)