From 696ed5735b99262e27710fa382d0905a42b6a386 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Thu, 2 May 2024 15:24:18 +0200 Subject: [PATCH] docs: add link to blog post and ready-to-run example (#63) Co-authored-by: Daniel N <2color@users.noreply.github.com> --- packages/verified-fetch/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/verified-fetch/src/index.ts b/packages/verified-fetch/src/index.ts index 100a569..d68d3d1 100644 --- a/packages/verified-fetch/src/index.ts +++ b/packages/verified-fetch/src/index.ts @@ -11,6 +11,8 @@ * * Browser-cache-friendly [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) objects are returned which should be instantly familiar to web developers. * + * Learn more in the [announcement blog post](https://blog.ipfs.tech/verified-fetch/) and check out the [ready-to-run example](https://github.com/ipfs-examples/helia-examples/tree/main/examples/helia-browser-verified-fetch). + * * You may use any supported resource argument to fetch content: * * - [CID](https://multiformats.github.io/js-multiformats/classes/cid.CID.html) instance