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
path: root/docs
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-05-01 13:37:50 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-05-01 13:37:50 +0300
commite3803dd2da98da8e1506b826dc7e3048e261776f (patch)
treefb9dcab23aa079652f10339d02611cfaca6b1476 /docs
parent14acd6fa29539e580a27fbdaa5f7464417823e2b (diff)
Docs improvements
Supersedes #694
Diffstat (limited to 'docs')
-rw-r--r--docs/get-started.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/get-started.md b/docs/get-started.md
index 29bf5ca..366c891 100644
--- a/docs/get-started.md
+++ b/docs/get-started.md
@@ -80,6 +80,10 @@ dragDrop('body', function (files) {
This example uses the [`drag-drop`][drag-drop] package, to make the HTML5 Drag and
Drop API easier to work with.
+**Note:** If you do not use browserify, use the standalone file
+[`dragdrop.min.js`](https://raw.githubusercontent.com/feross/drag-drop/master/dragdrop.min.js).
+This exports a `DragDrop` function on `window`.
+
### Download and save a torrent (in Node.js)
```js