Explorar el Código

Update README.md

Artur Paikin hace 8 años
padre
commit
2f820a89dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
 ```