Skip to content

Commit

Permalink
chore: generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Dec 3, 2024
1 parent 888d650 commit 85a2b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/verified-fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ If you need to use a different hasher, you can provide a [custom `hasher` functi

```typescript
import { createVerifiedFetch } from '@helia/verified-fetch'
// @ts-expect-error - blake2b256 is not a direct dependency
import { blake2b256 } from '@multiformats/blake2/blake2b'

const verifiedFetch = await createVerifiedFetch({
Expand Down

0 comments on commit 85a2b24

Please sign in to comment.