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 f1eca1a commit 7d7c6e1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@
<a href="https://www.webcomponents.org/element/@vanillawc/wc-markdown"><img src="https://img.shields.io/badge/webcomponents.org-published-blue.svg" alt="Published on WebComponents.org"></a>
</div>

## Installation
## Setup

*Install and import from [NPM](https://www.npmjs.com/package/@vanillawc/wc-markdown)*

*Installation*
```sh
npm i @vanillawc/wc-markdown
```

*Import from NPM*
```html
<script type="module" src="node_modules/@vanillawc/wc-markdown/index.js"></script>
<script type="module" src="[node_modules]/@vanillawc/wc-markdown/index.js"></script>
```

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

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

## Demo
Expand Down

0 comments on commit 7d7c6e1

Please sign in to comment.