Update README.md

This commit is contained in:
David Dias 2018-07-13 17:22:57 +02:00 committed by GitHub
parent 6d76152b64
commit f8569f2586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()