Doc update for unpkg src attr (#2205)
* Add https: to unpkg src attr * [docs] Credit @cavemansspa
This commit is contained in:
parent
8ae094fd85
commit
e62f0f38f6
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue