diff --git a/readme.md b/readme.md index ca0eb05..9f00abc 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ $ npm i sv-dropzone id="id" dropzoneEvents={{ addedfile, drop, init }} options={{ clickable: true, acceptedFiles: 'text/javascript', maxFilesize: 256, init }}> -

hello

+

Drop file(s) here to upload

```