Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit d30c441

Browse files
committed
Merge pull request #137 from felixonmars/patch-1
Fix a typo: infrasture -> infrastructure
2 parents 1e0becb + 134609e commit d30c441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Consult the [Roadmap](/ROADMAP.md) for a complete state description of the proje
2121

2222
IPFS implementation in JavaScript is a work in progress. As such, there's a few things you can do right now to help out:
2323

24-
* Go through the modules below and **check out existing issues**. This would be especially useful for modules in active development. Some knowledge of IPFS may be required, as well as the infrasture behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically.
24+
* Go through the modules below and **check out existing issues**. This would be especially useful for modules in active development. Some knowledge of IPFS may be required, as well as the infrastructure behind it - for instance, you may need to read up on p2p and more complex operations like muxing to be able to help technically.
2525
* **Perform code reviews**. Most of this has been developed by @diasdavid, which means that more eyes will help a) speed the project along b) ensure quality and c) reduce possible future bugs.
2626
* Take a look at go-ipfs and some of the planning repositories or issues: for instance, the libp2p spec [here](https://github.com/ipfs/specs/pull/19). Contributions here that would be most helpful are **top-level comments** about how it should look based on our understanding. Again, the more eyes the better.
2727
* **Add tests**. There can never be enough tests.

0 commit comments

Comments
 (0)