Update readme.md

This commit is contained in:
arnaudDerbey
2019-07-01 19:41:04 +02:00
committed by GitHub
parent 90b1c64325
commit 35ff8a6d46

View File

@@ -31,7 +31,7 @@ $ npm i sv-dropzone
id="id"
dropzoneEvents={{ addedfile, drop, init }}
options={{ clickable: true, acceptedFiles: 'text/javascript', maxFilesize: 256, init }}>
<p>hello</p>
<p>Drop file(s) here to upload</p>
</Dropzone>
```