Merge pull request #11 from ProgVal/patch-1

Fix broken link to js-multistream.
This commit is contained in:
Richard Littauer 2016-09-17 14:17:39 -04:00 committed by GitHub
commit 36baa9061a

View File

@ -132,7 +132,7 @@ These path names happen to be resolvable -- not just in a "multicodec muxer(e.g
- [go-multicodec](https://github.com/jbenet/go-multicodec)
- [go-multistream](https://github.com/whyrusleeping/go-multistream) - Implements multistream, which uses multicodec for stream negotiation
- [node-multistream](https://github.com/diasdavid/multistream) - Implements multistream, which uses multicodec for stream negotiation
- [js-multistream](https://github.com/multiformats/js-multistream) - Implements multistream, which uses multicodec for stream negotiation
- [clj-multicodec](https://github.com/greglook/clj-multicodec)