diff --git a/README.md b/README.md index a0de266..4a2f138 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The API is presented with both Node.js and Go primitives, however, there is not ## Modules that implement the interface - [JavaScript libp2p-spdy](https://github.com/libp2p/js-libp2p-spdy) +- [JavaScript libp2p-mplex](https://github.com/libp2p/js-libp2p-mplex) - [Go spdy, muxado, yamux and multiplex](https://github.com/jbenet/go-stream-muxer) Send a PR to add a new one if you happen to find or write one. @@ -73,7 +74,6 @@ If `err` is passed, no operation should be made in `conn`. ### Dial(open/create) a new stream - - `JavaScript` stream = muxedConn.newStream([function (err, stream)]) - `Go` stream, err := muxedConn.newStream()