1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00
This commit is contained in:
Taylor D. Edmiston 2017-08-26 23:54:03 +00:00 committed by GitHub
commit f79b7c67b9
2 changed files with 2 additions and 2 deletions

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?2.3.0"></script>
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.5.0"></script>
```
## Breaking changes in V2

View File

@ -44,7 +44,7 @@
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
<p>Code licensed under MIT. Graphics licensed under CC-BY</p>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.3.0"></script>
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?2.5.0"></script>
<script>
// I \u2764 emoji!
twemoji.parse(document.body);