From 8540d504d1904e070c24aa9339cd8845dd9dfab1 Mon Sep 17 00:00:00 2001 From: JuanitoFatas Date: Wed, 8 Jun 2016 00:28:35 +0800 Subject: [PATCH] twemoji V1 has 874 emojis --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7dc01d5b..d8ae6da9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple library that provides standard Unicode [emoji](http://en.wikipedia.org/ ## Unicode 8.0 and Diversity The **twemoji V2** adheres to the [8.0 Unicode version](http://unicode.org/versions/Unicode8.0.0/) and **supports** 1661 different emoji, including **[diversity](http://www.unicode.org/reports/tr51/#Diversity)**. -The previous twemoji V1 adheres to the [7.0 Unicode version](http://www.unicode.org/charts/PDF/Unicode-7.0/U70-1F300.pdf) and supports 872 different emoji. +The previous twemoji V1 adheres to the [7.0 Unicode version](http://www.unicode.org/charts/PDF/Unicode-7.0/U70-1F300.pdf) and supports 874 different emoji. ## Version 2 CDN Support @@ -267,7 +267,7 @@ For given UTF16 surrogate pairs, returns the equivalent HEX codepoint. ```js twemoji.convert.toCodePoint('\ud83c\udde8\ud83c\uddf3'); // "1f1e8-1f1f3" - + twemoji.convert.toCodePoint('\ud83c\udde8\ud83c\uddf3', '~'); // "1f1e8~1f1f3" ```