Skip to content

Commit

Permalink
docs(readme.md): fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
igormartimiano authored Jun 28, 2023
1 parent 613d0e2 commit 0535a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _the following examples are meant to give you an idea of just some of the things

### The Basics
```js
import { GoogleSpreadsheet } = from 'google-spreadsheet';
import { GoogleSpreadsheet } from 'google-spreadsheet';
import { JWT } from 'google-auth-library'


Expand Down

0 comments on commit 0535a26

Please sign in to comment.