Skip to content

Commit

Permalink
docs: Update CONFIGURATION.md (#2916)
Browse files Browse the repository at this point in the history
This PR is a small fix in the documentation where the syntax was incorrect.
  • Loading branch information
sahilpohare authored Jan 20, 2025
1 parent 8582cc2 commit f767126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,13 +294,13 @@ const node = await createLibp2p({
mdns({
interval: 1000
}),
bootstrap(
bootstrap({
list: [ // A list of bootstrap peers to connect to starting up the node
"/ip4/104.131.131.82/tcp/4001/ipfs/QmaCpDMGvV2BGHeYERUEnRQAwe3N8SzbUtfsmvsqQLuvuJ",
"/dnsaddr/bootstrap.libp2p.io/ipfs/QmNnooDu7bfjPFoTZYxMNLWUQJyrVwtbZg5gBMjTezGAJN",
"/dnsaddr/bootstrap.libp2p.io/ipfs/QmQCU2EcMqAqQPR2i9bChDtGNJchTbq5TbXJJ16u19uLTa",
]
)
})
]
})
```
Expand Down

0 comments on commit f767126

Please sign in to comment.