Skip to content

Commit a31cb51

Browse files
authored
Fixed a buggy readme.
1 parent 9148ceb commit a31cb51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
Julia package for working with Google Sheets.
44

5-
**** update this ***
65
Key types:
76
* GoogleSheetsClient
87
* Spreadsheet
@@ -160,4 +159,4 @@ delete_rows!(client, CellIndexRange1D(Sheet(client, sheet, "test sheet"), 2, 3))
160159
delete_cols!(client, CellIndexRange1D(Sheet(client, sheet, "test sheet"), 2, 3))
161160

162161
clear!(client, CellRange(sheet, "test sheet!B2:C3"))
163-
```
162+
```

0 commit comments

Comments
 (0)