From a3185b9c7ad72237e5cb6dc2a15ef989954e0d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20B?= Date: Wed, 2 Dec 2015 16:54:04 -0500 Subject: [PATCH] Update README (Fix #495) The path to file/folder only works in Node.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a277900c..0f597a24 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,7 @@ Start seeding a new torrent. `input` can be any of the following: -- path to the file or folder on filesystem (string) +- path to the file or folder on filesystem (string) (Node.js only) - W3C [File](https://developer.mozilla.org/en-US/docs/Web/API/File) object (from an `` or drag and drop) - W3C [FileList](https://developer.mozilla.org/en-US/docs/Web/API/FileList) object (basically an array of `File` objects) - Node [Buffer](http://nodejs.org/api/buffer.html) object (works in [the browser](https://www.npmjs.org/package/buffer))