Skip to content

Commit

Permalink
@uppy/xhr-upload: fix type in README.md (#4416)
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
top-master authored Apr 17, 2023
1 parent 90f7fb9 commit 96ae2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/xhr-upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Uppy from '@uppy/core'
import XHRUpload from '@uppy/xhr-upload'

const uppy = new Uppy()
uppy.use(Uppy, {
uppy.use(XHRUpload, {
// Options
})
```
Expand Down

0 comments on commit 96ae2bf

Please sign in to comment.