Skip to content

Commit 9646805

Browse files
authored
Merge pull request #633 from igormartimiano/patch-1
docs(readme.md): fix wrong import
2 parents f149219 + 0535a26 commit 9646805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ _the following examples are meant to give you an idea of just some of the things
3434

3535
### The Basics
3636
```js
37-
import { GoogleSpreadsheet } = from 'google-spreadsheet';
37+
import { GoogleSpreadsheet } from 'google-spreadsheet';
3838
import { JWT } from 'google-auth-library'
3939

4040

0 commit comments

Comments
 (0)