Skip to content

Commit

Permalink
chore: adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 20, 2024
1 parent ddb5577 commit 7c6651c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@
<!-- [![npm downloads][npm-downloads-src]][npm-downloads-href] -->
<!-- [![Codecov][codecov-src]][codecov-href] -->

# Bun Spreadsheets
# Spreadsheets

Easily generate spreadsheets, like CSVs and Excel files.

## ☘️ Features

- Generate CSV files
- Generate Excel files
- Generate CSV & Excel files
- Store spreadsheets to disk
- Download spreadsheets as a Response object
- Simple API for creating and manipulating spreadsheets
- Library & CLI support
- Fully typed
- Optimized for Bun
- Lightweight & dependency-free

## 🤖 Usage
Expand Down
7 changes: 3 additions & 4 deletions docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<p align="center"><img src="https://github.com/stacksjs/ts-spreadsheets/blob/main/.github/art/cover.jpg" alt="Social Card of this typescript spreadsheets repo"></p>

# Bun Spreadsheets
# Spreadsheets

Easily generate spreadsheets, like CSVs and Excel files.

## ☘️ Features

- Generate CSV files
- Generate Excel files
- Generate CSV & Excel files
- Store spreadsheets to disk
- Download spreadsheets as a Response object
- Simple API for creating and manipulating spreadsheets
- Library & CLI Support
- Fully typed
- Optimized for Bun
- Lightweight & dependency-free

## 📈 Changelog
Expand Down

0 comments on commit 7c6651c

Please sign in to comment.