From 4b317e13061aa632ee75a4c142e134221b464ca2 Mon Sep 17 00:00:00 2001 From: RenatoPerotti Date: Mon, 26 Aug 2024 02:26:04 +0200 Subject: [PATCH] update link to libp2p configuration options --- packages/verified-fetch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/verified-fetch/README.md b/packages/verified-fetch/README.md index 8d646e6d..0f11d1fd 100644 --- a/packages/verified-fetch/README.md +++ b/packages/verified-fetch/README.md @@ -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 . +You can see variations of Helia and js-libp2p configuration options at . ```typescript import { trustlessGateway } from '@helia/block-brokers'