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
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 321d50f..cfc7723 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -61,7 +61,7 @@ If `opts` is specified, then the default options (shown below) will be overridde
lsd: Boolean, // Enable BEP14 local service discovery (default=true)
webSeeds: Boolean, // Enable BEP19 web seeds (default=true)
utp: Boolean, // Enable BEP29 uTorrent transport protocol (default=true)
- blocklist: Array|String, // List of IP's to block
+ blocklist: Array|String, // List of IP's to block
utp: Boolean, // Enable BEP29 uTorrent transport protocol (default=true)
downloadLimit: Number, // Max download speed (bytes/sec) over all torrents (default=-1)
uploadLimit: Number, // Max upload speed (bytes/sec) over all torrents (default=-1)