Skip to content

Commit a05d635

Browse files
committed
Update README
1 parent f04f567 commit a05d635

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,6 @@ const MyApp = () => (
140140
);
141141
```
142142

143-
Required props:
144-
- `options`
145-
146-
Optional props:
147-
- `onUpdate`
148-
- `width`
149-
- `height`
150-
151143
> **Special behaviour for dropzones:**
152144
>
153145
> `onComplete` only fires when `showFinishButton = true` (i.e. when the user clicks "Finish").
@@ -156,6 +148,14 @@ Optional props:
156148
>
157149
> Default value: `showFinishButton = false`
158150
151+
Required props:
152+
- `options`
153+
154+
Optional props:
155+
- `onUpdate`
156+
- `width`
157+
- `height`
158+
159159
## Result
160160

161161
The callbacks receive a `Array<UploadWidgetResult>`:

0 commit comments

Comments
 (0)