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>2015-07-17 09:17:12 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-07-17 09:17:12 +0300
commit1bd9e47ab0e10957297dec715607277676d2531e (patch)
treebfe81dcdcd838d29d28851abfb491c94a31e439b /README.md
parent75c56818900720543c7005fd272ef54bbd764bf4 (diff)
docs: torrent.remove() -> torrent.destroy()
docs were incorrect
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2282a91..e65086d 100644
--- a/README.md
+++ b/README.md
@@ -366,7 +366,7 @@ the file has.
The attached [bittorrent-swarm](https://github.com/feross/bittorrent-swarm) instance.
-#### `torrent.remove()`
+#### `torrent.destroy()`
Alias for `client.remove(torrent)`.