1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00

Add “https:” to CDN link

I think this was a typo.
This commit is contained in:
Ryan P 2019-05-03 17:22:24 +08:00 committed by GitHub
parent 6f3545b964
commit e824faecaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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