Skip to content

Commit

Permalink
quick readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 committed Feb 9, 2025
1 parent f73eb88 commit 1e3895f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/TidierOrg/Tidier.jl/blob/main/LICENSE)
[![Docs: Latest](https://img.shields.io/badge/Docs-Latest-blue.svg)](https://tidierorg.github.io/TidierFiles.jl/latest)
[![Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FTidierDB&query=total_requests&suffix=%2Fmonth&label=Downloads)](http://juliapkgstats.com/pkg/TidierFiles)

<img src="docs/src/assets/logo.png" align="right" style="padding-left:10px;" width="150"/>

Expand All @@ -26,6 +27,7 @@ Currently supported file types:
- `read_parquet` and `write_parquet`
- `read_rdata` (.rdata and .rds)
- `read_gsheet` (Google Sheets)

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

Expand Down
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +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)

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 1e3895f

Please sign in to comment.