From 3cf54db8d5fdaebb6172ad2221ef9346b711e8c4 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 13 Sep 2016 17:23:47 -0400 Subject: [PATCH] Remove word below It doesnt belong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdcdd6b4..f1ccc718 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ TODO THe libp2p implementation in JavaScript is a work in progress. As such, there's a few things you can do right now to help out: - - Go through the modules below and **check out existing issues**. This would be especially useful for modules in active development. Some knowledge of IPFS/libp2p 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. + - Go through the modules and **check out existing issues**. This would be especially useful for modules in active development. Some knowledge of IPFS/libp2p 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. - **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. - **Add tests**. There can never be enough tests.