Skip to content

Commit 4004a97

Browse files
committed
Update README
1 parent f23cfe7 commit 4004a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ import { UploadDropzone } from "react-uploader";
133133

134134
## The Result
135135

136-
The `onComplete` callback returns a `Array<UploaderResult>`:
136+
The `onComplete` callback receives a `Array<UploaderResult>`:
137137

138138
```javascript
139139
{
@@ -163,7 +163,7 @@ The `onComplete` callback returns a `Array<UploaderResult>`:
163163

164164
## Full Documentation
165165

166-
`react-uploader` is a wrapper for `uploader`.
166+
`react-uploader` is a React wrapper for `uploader`.
167167

168168
Please see: **[Uploader Docs](https://github.com/upload-io/uploader#%EF%B8%8F-configuration)**.
169169

0 commit comments

Comments
 (0)