Skip to content

Commit

Permalink
Docs: Fix wrong package name
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Apr 23, 2020
1 parent 3227c76 commit fe90747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ This package handles uploading a file to Google Drive in chunks, and automatical
## Installation

```
npm install google-drive-upload
npm install google-drive-uploader
```

## Usage

### Uploading a file from disc

```js
const upload = require('google-drive-upload');
const upload = require('google-drive-uploader');

const {id, size, md5, mimeType} = await upload({
path: '/path/to/file.mov',
Expand Down

0 comments on commit fe90747

Please sign in to comment.