@helia/verified-fetch 2.6.0 → 2.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -166,7 +166,7 @@ The function you provide will be called with the first chunk of bytes from the f
166
166
 
167
167
  ```typescript
168
168
  import { createVerifiedFetch } from '@helia/verified-fetch'
169
- import { fileTypeFromBuffer } from '@sgtpooki/file-type'
169
+ import { fileTypeFromBuffer } from 'file-type'
170
170
 
171
171
  const fetch = await createVerifiedFetch({
172
172
  gateways: ['https://trustless-gateway.link'],