Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-09-29 03:35:57 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-09-29 03:35:57 +0400
commit3e211b2ce8451a1ecb2bf1f253812a78c4ad0143 (patch)
treed04122aaf7d99e2a4f463a6aa69a0e0840993358 /index.js
parent9e2cc16341e148a27a972d7224aba1eff421e51d (diff)
test additional torrent types for client.add
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index 5d34651..0f58e3e 100644
--- a/index.js
+++ b/index.js
@@ -135,8 +135,8 @@ WebTorrent.prototype.get = function (torrentId) {
* - torrent file (buffer)
* - info hash (hex string or buffer)
* - parsed torrent (from [parse-torrent](https://github.com/feross/parse-torrent))
- * - http/https url to a .torrent file (string)
- * - filesystem path to a .torrent file (string)
+ * - http/https url to a torrent file (string)
+ * - filesystem path to a torrent file (string)
*
* @param {string|Buffer|Object} torrentId
* @param {Object} opts torrent-specific options