From 682d8d8be44628e8263791eaae3277e0d0365b35 Mon Sep 17 00:00:00 2001 From: Peder Johnsen Date: Thu, 29 Nov 2018 16:39:36 +0000 Subject: [PATCH] Remove whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67344bc..8187087 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ emojiIndex.search('christmas').map((o) => o.native) ``` ## Get emoji data from Native -You can get emoji data from native emoji unicode using the `getEmojiDataFromNative` util function. +You can get emoji data from native emoji unicode using the `getEmojiDataFromNative` util function. ```js import { getEmojiDataFromNative, Emoji } from 'emoji-mart'