Merge pull request #8 from JGAntunes/patch-1

Fixing link in README.md
This commit is contained in:
David Dias 2016-04-03 13:36:38 -04:00
commit 3f87b5470c

View File

@ -11,6 +11,6 @@ js-libp2p-tcp
![](https://raw.githubusercontent.com/diasdavid/abstract-connection/master/img/badge.png)
![](https://raw.githubusercontent.com/diasdavid/abstract-transport/master/img/badge.png)
> Node.js implementation of the TCP module that libp2p uses, which implements the [interface-connection]() interface for dial/listen.
> Node.js implementation of the TCP module that libp2p uses, which implements the [interface-connection](https://github.com/diasdavid/interface-connection) interface for dial/listen.
note: libp2p-tcp in Node.js is a very thin shim that adds the support to dial to a `multiaddr`. This small shim will enable libp2p to use other different transports.