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:
authorgrunjol <grunjol@users.noreply.github.com>2016-03-09 20:58:59 +0300
committergrunjol <grunjol@users.noreply.github.com>2016-03-09 20:58:59 +0300
commitfa544326a037fcac49711a2271a4b7f62ad63641 (patch)
treeeacb9dac2295755258c6964c6549a3eb86dde7fa /README.md
parent6793602ae9a01a8d5217c510e497460fb9dcab80 (diff)
Update README.md
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 b810e76..4235ac3 100644
--- a/README.md
+++ b/README.md
@@ -275,7 +275,7 @@ If `opts` is specified, then the default options (shown below) will be overridde
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
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),
+ store: Function, // Custom chunk store (must follow [abstract-chunk-store](https://www.npmjs.com/package/abstract-chunk-store) API)
maxWebConns: Number // Max number of simultaneous connections per web seed
}
```