Skip to content

Commit

Permalink
@uppy/audio fix typo in readme (#4240)
Browse files Browse the repository at this point in the history
Export should be named `Audio`, reflecting later usage
  • Loading branch information
elliotsayes committed Dec 6, 2022
1 parent 6e4fd95 commit 3cc7fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/audio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3cc7fd9

Please sign in to comment.