Skip to content

Commit 1e3895f

Browse files
committed
quick readme fix
1 parent f73eb88 commit 1e3895f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

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

33
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/TidierOrg/Tidier.jl/blob/main/LICENSE)
44
[![Docs: Latest](https://img.shields.io/badge/Docs-Latest-blue.svg)](https://tidierorg.github.io/TidierFiles.jl/latest)
5+
[![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)
56

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

@@ -26,6 +27,7 @@ Currently supported file types:
2627
- `read_parquet` and `write_parquet`
2728
- `read_rdata` (.rdata and .rds)
2829
- `read_gsheet` (Google Sheets)
30+
2931
Agnostic read and write functions that detect the type and dispatch the appropriate function.
3032
- `read_file` and `write_file`
3133

docs/src/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +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)
2526

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

0 commit comments

Comments
 (0)