Skip to content

Commit 30ee5ac

Browse files
committed
chore: update readme
1 parent 5409cbe commit 30ee5ac

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
- [libp2p in the Browser](#libp2p-in-the-browser)
2828
- [Prerequisites](#prerequisites)
2929
- [Documentation](#documentation)
30-
- [Want to hack on IPFS?](#want-to-hack-on-ipfs)
30+
- [Contribute](#contribute)
31+
- [License](#license)
3132

3233
## About The Project
3334

@@ -80,18 +81,13 @@ Make sure you have installed all of the following prerequisites on your developm
8081
- [API - Helia](https://ipfs.github.io/helia/modules/helia.html)
8182
- [API - @helia/unixfs](https://ipfs.github.io/helia-unixfs/modules/helia.html)
8283

83-
## Want to hack on IPFS?
84+
## Contribute
8485

85-
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
86+
See [CONTRIBUTING.md](./CONTRIBUTING.md).
8687

87-
The IPFS implementation in JavaScript needs your help! There are a few things you can do right now to help out:
88+
## License
8889

89-
Read the [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md) and [JavaScript Contributing Guidelines](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md).
90+
Licensed under either of
9091

91-
- **Check out existing issues** The [issue list](https://github.com/ipfs/helia/issues) has many that are marked as ['help wanted'](https://github.com/ipfs/helia/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22) or ['difficulty:easy'](https://github.com/ipfs/helia/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Adifficulty%3Aeasy) which make great starting points for development, many of which can be tackled with no prior IPFS knowledge
92-
- **Look at the [Helia Roadmap](https://github.com/ipfs/helia/blob/main/ROADMAP.md)** This are the high priority items being worked on right now
93-
- **Perform code reviews** More eyes will help
94-
a. speed the project along
95-
b. ensure quality, and
96-
c. reduce possible future bugs
97-
- **Add tests**. There can never be enough tests
92+
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
93+
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)

0 commit comments

Comments
 (0)