Skip to content

Commit

Permalink
docs: fix badge link
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed May 10, 2024
1 parent 383a2eb commit 2b20c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<a href="https://github.com/TomerAberbach/keyalesce/actions">
<img src="https://github.com/TomerAberbach/keyalesce/workflows/CI/badge.svg" alt="CI" />
</a>
<a href="https://unpkg.com/keyalesce/dist/index.js">
<a href="https://unpkg.com/keyalesce/dist/index.min.js">
<img src="https://deno.bundlejs.com/?q=keyalesce&badge" alt="gzip size" />
</a>
<a href="https://unpkg.com/keyalesce/dist/index.js">
<a href="https://unpkg.com/keyalesce/dist/index.min.js">
<img src="https://deno.bundlejs.com/?q=keyalesce&config={%22compression%22:{%22type%22:%22brotli%22}}&badge" alt="brotli size" />
</a>
</div>
Expand Down

0 comments on commit 2b20c48

Please sign in to comment.