Skip to content

Commit

Permalink
Update README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
williamgrosset committed Jan 15, 2024
1 parent 83ea304 commit 582c7b5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<p align="center">
<img src="https://img.shields.io/github/actions/workflow/status/react-sandbox/sparkline/playwright.yml" alt="Build status" />
<img src="https://img.shields.io/badge/dependencies-0-brightgreen" alt="Dependencies" />
<img src="https://img.shields.io/bundlephobia/minzip/@react-sandbox/sparkline?color=%234ba0f6" alt="Build size" />
<img src="https://img.shields.io/npm/dt/@react-sandbox/sparkline?color=%234ba0f6" alt="Package downloads" />
</p>
Expand Down Expand Up @@ -35,11 +36,7 @@ import Sparkline from '@react-sandbox/sparkline'
function App() {
return (
<div>
<Sparkline
values={[1, 2, 1, 4, 6, 8, 6]}
width={50}
height={50}
/>
<Sparkline values={[1, 2, 1, 4, 6, 8, 6]} width={50} height={50} />
</div>
)
}
Expand Down

0 comments on commit 582c7b5

Please sign in to comment.