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>2016-03-16 23:57:58 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-03-16 23:57:58 +0300
commit1e8755dce41ac75e37188cf208244795d1666d27 (patch)
tree4c80d28d8004b677f81e59957eeacd3575402e47 /docs/api.md
parent1c685afd52ddd83dfb0445053fea72f4bdc3186d (diff)
doc tweak
Diffstat (limited to 'docs/api.md')
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 185cd84..963543d 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -48,7 +48,7 @@ If `opts` is specified, then the default options (shown below) will be overridde
```js
{
announce: [], // Torrent trackers to use (added to list in .torrent or magnet uri)
- getAnnounceOpts: function, // Custom callback to allow sending extra parameters to the tracker
+ getAnnounceOpts: Function, // Custom callback to allow sending extra parameters to the tracker
maxWebConns: Number, // Max number of simultaneous connections per web seed
path: String, // Folder to download files to (default=`/tmp/webtorrent/`)
store: Function // Custom chunk store (must follow [abstract-chunk-store](https://www.npmjs.com/package/abstract-chunk-store) API)