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-05-19 01:30:35 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-05-19 01:30:35 +0300
commit4530a8d5ebcec7abc8bf528a0f6f822766498470 (patch)
tree0c0db987c9ce19bf73cc2712d18d62f4daea0ae0
parentbe085c318eff9655d7f0e41289c5cb58b66e0079 (diff)
readme
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8802833..ed99853 100644
--- a/README.md
+++ b/README.md
@@ -283,8 +283,8 @@ If `opts` is specified, then the default options (shown below) will be overridde
```js
{
- tmp: String, // Custom folder where files will be downloaded (default=`/tmp/`)
- verify: Boolean // Verify previously stored data before starting (default=false)
+ path: String, // Folder where files will be downloaded (default=`/tmp/webtorrent/`)
+ verify: Boolean // Verify previously stored data before starting (default=false)
}
```