소스 검색

Update README.md

Artur Paikin 8 년 전
부모
커밋
2f820a89dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
 ```