From ce4a71a0e1b5fc92af83e45caa6a1b7f956e1831 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Thu, 4 Jan 2024 17:24:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c470bdd..c98b0a40 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Exports a `createHeliaHTTP` function that returns an object that implements the Pass it to other modules like @helia/unixfs to make files available on the distributed web. +This repo solves [this issue](https://github.com/ipfs/helia/issues/289) and aims to eventually merge back into the [Helia repo](https://github.com/ipfs/helia). + ### Example ```typescript