From fdda6926d5b708ad6e2efa82c5a8ac5029401972 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:44:09 +0200 Subject: [PATCH] Update README.md (#282) --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a0ed7cb9..c07f1d576 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ [![codecov](https://img.shields.io/codecov/c/github/ipfs/helia.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia) [![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia/main.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia/actions/workflows/main.yml?query=branch%3Amain) +[Helia](https://github.com/ipfs/helia) is a lean, modular, and modern TypeScript implementation of IPFS for the prolific JS and browser environments. + +See the [Manifesto](https://github.com/ipfs/helia/wiki/Manifesto), the [FAQ](https://github.com/ipfs/helia/wiki/FAQ), and the [State of IPFS in JS blog post from October 2022](https://blog.ipfs.tech/state-of-ipfs-in-js/) for more info. + ## 🌟 Usage A quick overview of how to get different types of data in and out of your Helia @@ -119,7 +123,6 @@ repo for how to do mostly anything with your Helia node. - [🌠 DAG-JSON](#-dag-json) - [🌌 DAG-CBOR](#-dag-cbor) - [🐾 Next steps](#-next-steps) -- [🥅 Purpose and goals](#-purpose-and-goals) - [🏃‍♀️ Getting Started](#️-getting-started) - [📗 Project Docs](#-project-docs) - [📒 API Docs](#-api-docs) @@ -133,12 +136,6 @@ repo for how to do mostly anything with your Helia node. - [🌞 Branding](#-branding) - [🪪 License](#-license) -## 🥅 Purpose and goals - -A lean, modular, and modern implementation of IPFS for the prolific JS and browser environments. - -See the [Manifesto](https://github.com/ipfs/helia/wiki/Manifesto), the [FAQ](https://github.com/ipfs/helia/wiki/FAQ), and the [State of IPFS in JS blog post from October 2022](https://blog.ipfs.tech/state-of-ipfs-in-js/) for more info. - ## 🏃‍♀️ Getting Started Check out the [Helia examples repo](https://github.com/ipfs-examples/helia-examples#examples), which covers a wide variety of use cases. If you feel something has been missed, follow the [contribution guide](https://github.com/ipfs-examples/helia-examples#contributing) and create a PR to the examples repo.