Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbormann authored Aug 5, 2023
1 parent 0cb7f96 commit 36d587d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Meerkat

<p align="left">
<img alt="Tests" src="https://img.shields.io/github/actions/workflow/status/fabianbormann/meerkat/release.yml?label=Release&style=for-the-badge" />
<img alt="Tests" src="https://img.shields.io/github/actions/workflow/status/fabianbormann/meerkat/test.yml?label=Release&style=for-the-badge" />
<img alt="Release" src="https://img.shields.io/github/actions/workflow/status/fabianbormann/meerkat/release.yml?label=Release&style=for-the-badge" />
<img alt="Bundle" src="https://img.shields.io/github/actions/workflow/status/fabianbormann/meerkat/bundle.yml?label=Release&style=for-the-badge" />
<a href="https://conventionalcommits.org"><img alt="conventionalcommits" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&style=for-the-badge" /></a>
</p>

Expand All @@ -19,7 +21,7 @@ npm i @fabianbormann/meerkat
### Broswer

```html
<script src="https://fabianbormann.github.io/meerkat/meerkat.min.js"></script>
<script src="https://fabianbormann.github.io/meerkat/latest/meerkat.min.js"></script>
<script>
const meerkat = new Meerkat({ ... });
</script>
Expand Down

0 comments on commit 36d587d

Please sign in to comment.