Add alternative CDN (#2018)
* Add alternative CDN * Update README.md Co-Authored-By: LukasDrgon <lukas.drgon@gmail.com>
This commit is contained in:
parent
58c86f7546
commit
a2bf713e00
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ Browsers all the way back to IE9 are supported, no polyfills required 👌.
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://unpkg.com/mithril"></script>
|
<script src="https://unpkg.com/mithril"></script>
|
||||||
|
<!-- or -->
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/mithril/mithril.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
### npm
|
### npm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue