Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed May 27, 2021
1 parent 3cbb307 commit b32fe4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ npm i @vanillawc/wc-blink
<script type="module" src="[node_modules]/@vanillawc/wc-blink/index.js"></script>
```

*Import from CDN*
*Import from [SkyPack CDN](https://www.skypack.dev/view/@vanillawc/wc-blink)*

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

## Demo
Expand Down

0 comments on commit b32fe4e

Please sign in to comment.