Skip to content

Commit

Permalink
readme import typo!
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Feb 3, 2020
1 parent 94d87f0 commit 1e63a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _the following examples are meant to give you an idea of just some of the things

### The Basics
```javascript
const GoogleSpreadsheet = require('google-spreadsheet');
const { GoogleSpreadsheet } = require('google-spreadsheet');

// spreadsheet key is the long id in the sheets URL
const doc = new GoogleSpreadsheet('<the sheet ID from the url>');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Theo Ephraim <theozero@gmail.com> (https://theoephraim.com)",
"name": "google-spreadsheet",
"description": "Google Sheets API (v4) -- simple interface to read/write data and manage sheets",
"version": "3.0.0",
"version": "3.0.1",
"license": "Unlicense",
"keywords": [
"google spreadsheets",
Expand Down

0 comments on commit 1e63a36

Please sign in to comment.