1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-07-01 02:19:09 +00:00

Add “https:” to CDN link (#352)

Replace protocol-relative URL with explicit https://
This commit is contained in:
Ryan P 2019-05-07 05:36:23 +08:00 committed by Nathan Downs
parent 6f3545b964
commit 3d94f95db9

View File

@ -17,7 +17,7 @@ The folks over at [MaxCDN](https://www.maxcdn.com) have graciously provided CDN
Use the following in the `<head>` tag of your HTML document(s):
```html
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?12.0.0"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?12.0.0"></script>
```
## Breaking changes in V2