Skip to content

Commit

Permalink
Rewrite badge images using markdown instead of HTML (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Hyndman <ahyndman@dropbox.com>
  • Loading branch information
ajhyndman and Andrew Hyndman authored Jun 13, 2022
1 parent ae33c77 commit 7f4f4b5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# `ttvc`

<p>
<img src="https://img.shields.io/npm/v/@dropbox/ttvc"/>
<img src="https://img.shields.io/npm/dt/@dropbox/ttvc"/>
<img src="https://img.shields.io/bundlephobia/minzip/@dropbox/ttvc"/>
<img src="https://img.shields.io/bundlephobia/min/@dropbox/ttvc"/>
<img src="https://img.shields.io/github/checks-status/dropbox/ttvc/main"/>
</p>
![version](https://img.shields.io/npm/v/@dropbox/ttvc)
![downloads](https://img.shields.io/npm/dt/@dropbox/ttvc)
![minzip size](https://img.shields.io/bundlephobia/minzip/@dropbox/ttvc)
![min size](https://img.shields.io/bundlephobia/min/@dropbox/ttvc)
![checks](https://img.shields.io/github/checks-status/dropbox/ttvc/main)

- [Overview](#overview)
- [Get started](#get-started)
Expand Down

0 comments on commit 7f4f4b5

Please sign in to comment.