Skip to content

Commit

Permalink
Update README.md (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
2color authored Oct 10, 2023
1 parent 51316ba commit fdda692
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit fdda692

Please sign in to comment.