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.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)
}
```