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:
authorMike <kenr.mk@gmail.com>2016-03-16 15:22:27 +0300
committerMike <kenr.mk@gmail.com>2016-03-16 15:22:27 +0300
commitc111c626c0ee0b5b69ea6380cbd0644057526bd5 (patch)
tree8697dfa572ecb227cc807086d82c57902f4a6040 /README.md
parenta20885962fef841f3f42138d2d2c9ed49a8adfac (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 efcb59f..f07850d 100644
--- a/README.md
+++ b/README.md
@@ -328,7 +328,7 @@ Start seeding a new torrent.
- Node [Buffer](https://nodejs.org/api/buffer.html) object (works in [the browser](https://www.npmjs.com/package/buffer)) (must set a `name` property on it)
- Node [stream.Readable](http://nodejs.org/api/stream.html) object (must set `name` and `opt.pieceLength` properties on it)
-Or, an **array of `string`, `File`, or `Buffer` objects**.
+Or, an **array of `string`, `File`, `Buffer`, or `stream.Readable` objects**.
If `opts` is specified, it should contain the following types of options: