Add alternative CDN (#2018)

* Add alternative CDN
* Update README.md
Co-Authored-By: LukasDrgon <lukas.drgon@gmail.com>
This commit is contained in:
Lukas Drgon 2018-11-27 22:09:50 +01:00 committed by Stephan Hoyer
parent 58c86f7546
commit a2bf713e00

View file

@ -30,6 +30,8 @@ Browsers all the way back to IE9 are supported, no polyfills required 👌.
```html
<script src="https://unpkg.com/mithril"></script>
<!-- or -->
<script src="https://cdn.jsdelivr.net/npm/mithril/mithril.js"></script>
```
### npm