Doc update for unpkg src attr (#2205)

* Add https: to unpkg src attr

* [docs] Credit @cavemansspa
This commit is contained in:
cavemansspa 2018-08-21 12:40:15 -04:00 committed by Pierre-Yves Gérardy
parent 8ae094fd85
commit e62f0f38f6
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ Let's create an HTML file to follow along:
```markup
<body>
<script src="//unpkg.com/mithril/mithril.js"></script>
<script src="https://unpkg.com/mithril/mithril.js"></script>
<script>
var root = document.body