Skip to content

Commit

Permalink
docs: change cidv0 to cidv1 in the readme (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesus committed Sep 21, 2024
1 parent 3d8bb78 commit 060e726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/verified-fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://<cidv0>` & `ipfs://<cidv0>`
1. IPFS protocol: `ipfs://<cidv0>` & `ipfs://<cidv1>`
2. IPNS protocol: `ipns://<peerId>` & `ipns://<publicKey>` & `ipns://<hostUri_Supporting_DnsLink_TxtRecords>`
3. CID instances: An actual CID instance `CID.parse('bafy...')`

Expand Down
2 changes: 1 addition & 1 deletion packages/verified-fetch/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@
*
* This library supports the following methods of fetching web3 content from IPFS:
*
* 1. IPFS protocol: `ipfs://<cidv0>` & `ipfs://<cidv0>`
* 1. IPFS protocol: `ipfs://<cidv0>` & `ipfs://<cidv1>`
* 2. IPNS protocol: `ipns://<peerId>` & `ipns://<publicKey>` & `ipns://<hostUri_Supporting_DnsLink_TxtRecords>`
* 3. CID instances: An actual CID instance `CID.parse('bafy...')`
*
Expand Down

0 comments on commit 060e726

Please sign in to comment.