From 32efa16aa7cb137d15ffac635c4ff322e255da28 Mon Sep 17 00:00:00 2001 From: Francisco Pinzon Date: Wed, 25 Mar 2015 13:43:54 -0500 Subject: [PATCH] Add comment in browser-download example about explicit seeding --- examples/browser-download.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/browser-download.js b/examples/browser-download.js index a60e3bd1..18e1bbe6 100644 --- a/examples/browser-download.js +++ b/examples/browser-download.js @@ -1,6 +1,8 @@ var WebTorrent = require('webtorrent') var client = new WebTorrent() + +// Go to https://instant.io, seed a file and use the magnet uri generated var magnetUri = 'magnet:?xt=urn:btih:d2474e86c95b19b8bcfdb92bc12c9d44667cfa36' client.add(magnetUri, function (torrent) {