From fe90747289b13fe137cab83c3b403577f8768756 Mon Sep 17 00:00:00 2001 From: overlookmotel Date: Thu, 23 Apr 2020 18:12:08 +0100 Subject: [PATCH] Docs: Fix wrong package name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 621397d..d009019 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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 @@ -24,7 +24,7 @@ npm install google-drive-upload ### 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',