Skip to content

Commit

Permalink
readme: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tenphi committed Mar 16, 2021
1 parent c6e2690 commit c12ac03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Add the following code to your page.
via [JsDelivr](http://www.jsdelivr.com/):

```html
<script type="module" src="https://cdn.jsdelivr.net/npm/numl@1.0.0-beta.21/dist/index.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/numl@1.0.0-beta.23/dist/index.js"></script>
```

via [Skypack](https://www.skypack.dev/):

```html
<script type="module" src="https://cdn.skypack.dev/numl@1.0.0-beta.21"></script>
<script type="module" src="https://cdn.skypack.dev/numl@1.0.0-beta.23"></script>
```

That's it! Now you can use all Numl elements and features!
Expand Down

0 comments on commit c12ac03

Please sign in to comment.