diff --git a/README.md b/README.md index a44f2fe..303b92d 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/docs/src/index.md b/docs/src/index.md index 2f8dfdb..d191153 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -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`