Skip to content

Commit

Permalink
fix types and patch version bump to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Aug 27, 2023
1 parent 12ee963 commit a8434c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Get Spreadsheet ID from spreadsheet url.

#### Get Data
```js
import { fetchRetrosheetData } from 'retrosheet-ts';

const response = await fetchRetrosheetData("<Spreadsheet ID>", { sheetName: "notess", query: "select * limit 2" })
```
Expand Down Expand Up @@ -46,7 +47,7 @@ Get form id Form URL

#### Write data
```js
import writeRetrosheetData from "./submit-data";
import { writeRetrosheetData } from 'retrosheet-ts';

const request = {
'Title': "test title",
Expand Down

0 comments on commit a8434c0

Please sign in to comment.