Skip to content

Commit

Permalink
update link to libp2p configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
RenatoPerotti committed Aug 26, 2024
1 parent 3d8bb78 commit 4b317e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/verified-fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ For full control of how `@helia/verified-fetch` fetches content from the distrib

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 4b317e1

Please sign in to comment.