mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
@uppy/audio fix typo in readme (#4240)
Export should be named `Audio`, reflecting later usage
This commit is contained in:
parent
6e4fd9556d
commit
3cc7fd967b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue