Skip to content

Commit e43b297

Browse files
committed
readme and index
1 parent 6c34012 commit e43b297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Currently supported file types:
2626
- `read_arrow` and `write_arrow`
2727
- `read_parquet` and `write_parquet`
2828
- `read_rdata` (.rdata and .rds)
29-
- `read_gsheet` (Google Sheets)
29+
- `read_gsheet` and `write_gsheet` (Google Sheets)
3030

3131
Agnostic read and write functions that detect the type and dispatch the appropriate function.
3232
- `read_file` and `write_file`

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Currently supported file types:
2222
- `read_arrow` and `write_arrow`
2323
- `read_parquet` and `write_parquet`
2424
- `read_rdata` (.rdata and .rds)
25-
- `read_gsheet` (Google Sheets)
25+
- `read_gsheet` and `write_gsheet`(Google Sheets)
2626

2727
Agnostic read and write functions that detect the type and dispatch the appropriate function.
2828
- `read_file` and `write_file`

0 commit comments

Comments
 (0)