Skip to content

Commit

Permalink
Merge pull request #633 from igormartimiano/patch-1
Browse files Browse the repository at this point in the history
docs(readme.md): fix wrong import
  • Loading branch information
theoephraim authored Jun 28, 2023
2 parents f149219 + 0535a26 commit 9646805
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 9646805

Please sign in to comment.