From 74ac1f0e1ce7afcc6ec0961d39457f9a35a4e4c7 Mon Sep 17 00:00:00 2001 From: Joe Attardi Date: Wed, 22 Jul 2020 21:12:59 -0400 Subject: [PATCH] Fix quote in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 172c2bb..6cdd11d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ When an emoji is selected, the picker will emit an `emoji` event, passing an obj For more in depth documentation and examples, please visit [https://emoji-button.js.org](https://emoji-button.js.org). ```javascript -import { EmojiButton } from '@joeattardi/emoji-button`; +import { EmojiButton } from '@joeattardi/emoji-button'; const picker = new EmojiButton(); const trigger = document.querySelector('#emoji-trigger');