We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23cfe7 commit 4004a97Copy full SHA for 4004a97
README.md
@@ -133,7 +133,7 @@ import { UploadDropzone } from "react-uploader";
133
134
## The Result
135
136
-The `onComplete` callback returns a `Array<UploaderResult>`:
+The `onComplete` callback receives a `Array<UploaderResult>`:
137
138
```javascript
139
{
@@ -163,7 +163,7 @@ The `onComplete` callback returns a `Array<UploaderResult>`:
163
164
## Full Documentation
165
166
-`react-uploader` is a wrapper for `uploader`.
+`react-uploader` is a React wrapper for `uploader`.
167
168
Please see: **[Uploader Docs](https://github.com/upload-io/uploader#%EF%B8%8F-configuration)**.
169
0 commit comments