Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Jun 29, 2020
1 parent 612484e commit 5eb6d70
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<a href="https://github.com/vanillawc/wc-blink/releases"><img src="https://badgen.net/github/tag/vanillawc/wc-blink" alt="GitHub Releases"></a>
<a href="https://www.npmjs.com/package/@vanillawc/wc-blink"><img src="https://badgen.net/npm/v/@vanillawc/wc-blink" alt="NPM Releases"></a>
<a href="https://bundlephobia.com/result?p=@vanillawc/wc-blink"><img src="https://badgen.net/bundlephobia/minzip/@vanillawc/wc-blink" alt="Bundlephobia"></a>
<a href="https://raw.githubusercontent.com/vanillawc/wc-blink/master/LICENSE"><img src="https://badgen.net/github/license/vanillawc/wc-blink" alt="MIT License"></a>
<a href="https://www.webcomponents.org/element/@vanillawc/wc-blink"><img src="https://img.shields.io/badge/webcomponents.org-published-blue.svg" alt="Published on WebComponents.org"></a>
<a href="https://github.com/vanillawc/wc-blink/actions"><img src="https://github.com/vanillawc/wc-blink/workflows/Latest/badge.svg" alt="Latest Status"></a>
<a href="https://github.com/vanillawc/wc-blink/actions"><img src="https://github.com/vanillawc/wc-blink/workflows/Release/badge.svg" alt="Release Status"></a>

<a href="https://discord.gg/8ur9M5"><img alt="Discord" src="https://img.shields.io/discord/723296249121603604?color=%23738ADB"></a>
<a href="https://www.webcomponents.org/element/@vanillawc/wc-blink"><img src="https://img.shields.io/badge/webcomponents.org-published-blue.svg" alt="Published on WebComponents.org"></a>
</div>

## Installation
Expand All @@ -24,7 +25,7 @@ npm i @vanillawc/wc-blink

*Import from CDN*
```html
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-blink/index.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/vanillawc/wc-blink@1/index.js"></script>
```

## Demo
Expand All @@ -48,3 +49,7 @@ Styling is done with standard CSS
This will demonstrate the resplendent joy of HTML in its prime
</wc-blink>
```

## Contributing

See [CONTRIBUTING.md](https://github.com/vanillawc/vanillawc/blob/main/CONTRIBUTING.md)

0 comments on commit 5eb6d70

Please sign in to comment.