@uppy/audio fix typo in readme (#4240)

Export should be named `Audio`, reflecting later usage
This commit is contained in:
elliotsayes 2022-12-06 20:59:37 +08:00 committed by GitHub
parent 6e4fd9556d
commit 3cc7fd967b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
```js
import Uppy from '@uppy/core'
import Webcam from '@uppy/audio'
import Audio from '@uppy/audio'
const uppy = new Uppy()
uppy.use(Audio)