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>2014-12-17 05:09:30 +0300
committerFeross Aboukhadijeh <feross@feross.org>2014-12-17 05:09:30 +0300
commit6cab794d4df6f3aa6d30d419b3acff6e9ce89f73 (patch)
treeac57b3e5f6984f256946d946816f35b535ba6d19 /README.md
parent9609b381f54dff948d7088a1b77bfa185cba1e80 (diff)
delete comments; don't repeat readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index cb4c136..d0cbafa 100644
--- a/README.md
+++ b/README.md
@@ -266,10 +266,9 @@ Start seeding a new torrent.
- path to the file or folder on filesystem (string)
- W3C [File](https://developer.mozilla.org/en-US/docs/Web/API/File) object (from an `<input>` or drag and drop)
- W3C [FileList](https://developer.mozilla.org/en-US/docs/Web/API/FileList) object (basically an array of `File` objects)
-- W3C [Blob](https://developer.mozilla.org/en-US/docs/Web/API/Blob) object
- Node [Buffer](http://nodejs.org/api/buffer.html) object (works in [the browser](https://www.npmjs.org/package/buffer))
-Or, an **array of `File`, `Blob`, or `Buffer` objects**.
+Or, an **array of `File` or `Buffer` objects**.
If `opts` is specified, it should contain the following types of options: