Skip to content

Commit 25945b1

Browse files
Update README.md (#3489)
Change Facebook to Onderive
1 parent 7223af2 commit 25945b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/@uppy/onedrive/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @uppy/facebook
1+
# @uppy/onedrive
22

33
<img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right">
44

@@ -17,18 +17,18 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
1717

1818
```js
1919
import Uppy from '@uppy/core'
20-
import Facebook from '@uppy/facebook'
20+
import Facebook from '@uppy/onedrive'
2121

2222
const uppy = new Uppy()
23-
uppy.use(Facebook, {
23+
uppy.use(OneDrive, {
2424
// Options
2525
})
2626
```
2727

2828
## Installation
2929

3030
```bash
31-
$ npm install @uppy/facebook
31+
$ npm install @uppy/onedrive
3232
```
3333

3434
We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).

0 commit comments

Comments
 (0)