Skip to content

Commit

Permalink
chore: use better readme examples
Browse files Browse the repository at this point in the history
sorry 😅
  • Loading branch information
chrisbbreuer committed Oct 6, 2024
1 parent 3315052 commit bf435e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ import { spreadsheet, createSpreadsheet } from 'bun-spreadsheets'
const data = {
headings: ['Name', 'Age', 'City'],
data: [
['John Doe', '30', 'New York'],
['Jane Smith', '25', 'London'],
['Bob Johnson', '35', 'Paris']
['John Doe', 30, 'Los Angeles'],
['Jana Schmidt', 25, 'Berlin'],
['Bob Johnson', 35, 'London']
]
}

Expand Down

0 comments on commit bf435e8

Please sign in to comment.