Skip to content

Commit

Permalink
docs: update link to libp2p configuration options in README (through …
Browse files Browse the repository at this point in the history
…index.ts)
  • Loading branch information
RenatoPerotti authored Aug 30, 2024
1 parent 3d8bb78 commit e5c7e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/verified-fetch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
*
* The [helia](https://www.npmjs.com/package/helia) module is configured with a libp2p node that is suited for decentralized applications, alternatively [@helia/http](https://www.npmjs.com/package/@helia/http) is available which uses HTTP gateways for all network operations.
*
* You can see variations of Helia and js-libp2p configuration options at <https://helia.io/interfaces/helia.index.HeliaInit.html>.
* You can see variations of Helia and js-libp2p configuration options at <https://helia.io/interfaces/helia.HeliaInit.html>.
*
* ```typescript
* import { trustlessGateway } from '@helia/block-brokers'
Expand Down

0 comments on commit e5c7e52

Please sign in to comment.