Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Jun 30, 2020
1 parent 36759fc commit 7f47132
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-sortable-table/releases"><img src="https://badgen.net/github/tag/vanillawc/wc-sortable-table" alt="GitHub Releases"></a>
<a href="https://www.npmjs.com/package/@vanillawc/wc-sortable-table"><img src="https://badgen.net/npm/v/@vanillawc/wc-sortable-table" alt="NPM Releases"></a>
<a href="https://bundlephobia.com/result?p=@vanillawc/wc-sortable-table"><img src="https://badgen.net/bundlephobia/minzip/@vanillawc/wc-sortable-table" alt="Bundlephobia"></a>
<a href="https://raw.githubusercontent.com/vanillawc/wc-sortable-table/master/LICENSE"><img src="https://badgen.net/github/license/vanillawc/wc-sortable-table" alt="MIT License"></a>
<a href="https://www.webcomponents.org/element/vanillawc/wc-sortable-table"><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-sortable-table/actions"><img src="https://github.com/vanillawc/wc-sortable-table/workflows/Latest/badge.svg" alt="Latest Status"></a>
<a href="https://github.com/vanillawc/wc-sortable-table/actions"><img src="https://github.com/vanillawc/wc-sortable-table/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-sortable-table"><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-sortable-table

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

## Demo
Expand Down Expand Up @@ -91,3 +92,7 @@ A theme contains a `<style>` element with the CSS that will be applied to the el
}
</style>
```

## Contributing

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

0 comments on commit 7f47132

Please sign in to comment.