Browse Source

Update README.md

Artur Paikin 8 years ago
parent
commit
2f820a89dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -40,7 +40,7 @@ import { DragDrop, Tus10 } from 'uppy/plugins'
 
 const uppy = new Uppy({wait: false})
 const files = uppy
-  .use(DragDrop, {selector: '#upload-target'})
+  .use(DragDrop, {target: '#upload-target'})
   .use(Tus10, {endpoint: 'http://master.tus.io:8080/files/'})
   .run()
 ```