Skip to content

Commit

Permalink
readme and index
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 committed Feb 11, 2025
1 parent 6c34012 commit e43b297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Currently supported file types:
- `read_arrow` and `write_arrow`
- `read_parquet` and `write_parquet`
- `read_rdata` (.rdata and .rds)
- `read_gsheet` (Google Sheets)
- `read_gsheet` and `write_gsheet` (Google Sheets)

Agnostic read and write functions that detect the type and dispatch the appropriate function.
- `read_file` and `write_file`
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Currently supported file types:
- `read_arrow` and `write_arrow`
- `read_parquet` and `write_parquet`
- `read_rdata` (.rdata and .rds)
- `read_gsheet` (Google Sheets)
- `read_gsheet` and `write_gsheet`(Google Sheets)

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

0 comments on commit e43b297

Please sign in to comment.