diff --git a/packages/verified-fetch/README.md b/packages/verified-fetch/README.md index 8d646e6d..f8ddbe23 100644 --- a/packages/verified-fetch/README.md +++ b/packages/verified-fetch/README.md @@ -522,7 +522,7 @@ This module attempts to act as similarly to the `fetch()` API as possible. This library supports the following methods of fetching web3 content from IPFS: -1. IPFS protocol: `ipfs://` & `ipfs://` +1. IPFS protocol: `ipfs://` & `ipfs://` 2. IPNS protocol: `ipns://` & `ipns://` & `ipns://` 3. CID instances: An actual CID instance `CID.parse('bafy...')` diff --git a/packages/verified-fetch/src/index.ts b/packages/verified-fetch/src/index.ts index 416a655e..01adf4cf 100644 --- a/packages/verified-fetch/src/index.ts +++ b/packages/verified-fetch/src/index.ts @@ -493,7 +493,7 @@ * * This library supports the following methods of fetching web3 content from IPFS: * - * 1. IPFS protocol: `ipfs://` & `ipfs://` + * 1. IPFS protocol: `ipfs://` & `ipfs://` * 2. IPNS protocol: `ipns://` & `ipns://` & `ipns://` * 3. CID instances: An actual CID instance `CID.parse('bafy...')` *