From 0df36136b4e098360659721c275872f1ba3a9357 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 17 Sep 2016 17:26:17 +0200 Subject: [PATCH] Fix broken link to js-multistream. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2e99a2..9c01993 100644 --- a/README.md +++ b/README.md @@ -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)