From 060e7265d7ab3d86cf6d1760e9e5d2789f85eb3d Mon Sep 17 00:00:00 2001 From: Yo'av Moshe Date: Sat, 21 Sep 2024 08:13:16 +0200 Subject: [PATCH] docs: change cidv0 to cidv1 in the readme (#105) --- packages/verified-fetch/README.md | 2 +- packages/verified-fetch/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/verified-fetch/README.md b/packages/verified-fetch/README.md index 8d646e6..f8ddbe2 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 416a655..01adf4c 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...')` *