mirror of
https://github.com/twitter/twemoji.git
synced 2024-12-26 09:18:33 +00:00
Add “https:” to CDN link (#352)
Replace protocol-relative URL with explicit https://
This commit is contained in:
parent
6f3545b964
commit
3d94f95db9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user