@uppy/xhr-upload: fix type in README.md (#4416)

Fix README.md
This commit is contained in:
Top Master 2023-04-17 12:16:10 +04:30 committed by GitHub
parent 90f7fb9197
commit 96ae2bf049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
})
```