From 556f672028403a304f5823e4627006c27f641289 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 25 Jan 2015 19:17:51 -0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe7f9ef..a0f0ce6 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,7 @@ clients. The requests include metrics from clients that help the tracker keep ov statistics about the torrent. The response includes a peer list that helps the client participate in the torrent. -Also see [bittorrent-dht](https://github.com/feross/bittorrent-dht). This module is used -by [WebTorrent](http://webtorrent.io). +This module is used by [WebTorrent](http://webtorrent.io). ## features @@ -29,6 +28,8 @@ by [WebTorrent](http://webtorrent.io). - robust and well-tested (comprehensive test suite, and used by [WebTorrent](http://webtorrent.io) and [peerflix](https://github.com/mafintosh/peerflix)) - supports ipv4 & ipv6 +Also see [bittorrent-dht](https://github.com/feross/bittorrent-dht). + ## install ```