From 9e0a3efabdf8b47e834e8dd0fd0571d4aaae622a Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 13 Apr 2017 22:51:04 -0700 Subject: [PATCH 1/2] test pr (ignore) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff29ade..027971f 100644 --- a/README.md +++ b/README.md @@ -145,4 +145,4 @@ wire.ut_metadata.on('warning', function (err) { ### license -MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org). +MIT. Copyright (c) [Feross Aboukhadijeh](https://feross.org). From db07b7dd294bdac4fdac926f3e354835a97ee3c1 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 14 Apr 2017 08:55:08 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027971f..9977aa6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ [![Sauce Test Status](https://saucelabs.com/browser-matrix/ut_metadata.svg)](https://saucelabs.com/u/ut_metadata) -Node.js implementation of the [Extension for Peers to Send Metadata Files (BEP 9)](http://www.bittorrent.org/beps/bep_0009.html). Use with [bittorrent-protocol](https://www.npmjs.com/package/bittorrent-protocol). +JavaScript implementation of the [Extension for Peers to Send Metadata Files (BEP 9)](http://www.bittorrent.org/beps/bep_0009.html). Use with [bittorrent-protocol](https://www.npmjs.com/package/bittorrent-protocol). The purpose of this extension is to allow clients to join a swarm and complete a download without the need of downloading a .torrent file first. This extension instead allows clients to download the metadata from peers. It makes it possible to support magnet links, a link on a web page only containing enough information to join the swarm (the info hash).