From f4dafe55d17af9e44c32ffc8ee09b2f5d8ba8ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Antunes?= Date: Sun, 3 Apr 2016 03:16:27 +0100 Subject: [PATCH] Fixing link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b4d43b..a9ddd6c 100644 --- a/README.md +++ b/README.md @@ -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.