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:
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 9b75aa1..55cb551 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ var client = new WebTorrent()
// When user drops files on the browser, create a new torrent and start seeding it!
dragDrop('body', function (files) {
- client.seed(files, function onTorrent (torrent) {
+ client.seed(files, function (torrent) {
console.log('Client is seeding:', torrent.infoHash)
})
})