Browse Source

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

Export should be named `Audio`, reflecting later usage
elliotsayes 2 years ago
parent
commit
3cc7fd967b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/@uppy/audio/README.md

+ 1 - 1
packages/@uppy/audio/README.md

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