Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
luvlqq committed Dec 14, 2023
1 parent dcc2f2e commit 3487d31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ npm install nestjs-googledrive-upload

First, import `GoogleDriveModule` into your module:

`import { GoogleDriveModule, GoogleDriveConfig } from 'nestjs-googledrive-upload';`
```ts
import { GoogleDriveModule, GoogleDriveConfig } from 'nestjs-googledrive-up';
```

Watch this [video](https://youtu.be/-YZRkIbNWY0?t=43) for check how to get your Google Drive config.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-googledrive-upload",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lib for upload images on google drive for nestjs apps",
"author": "luvlqq",
"main": "dist/index.js",
Expand Down

0 comments on commit 3487d31

Please sign in to comment.