Skip to content

Commit

Permalink
fix: fix warning message having wrong URL to readme (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson committed Dec 13, 2020
1 parent 0e3a992 commit 93f1da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trimEmojiData.js
Expand Up @@ -10,7 +10,7 @@ export default function trimEmojiData (emojiData) {
console.warn('trimEmojiData() is deprecated and may be removed eventually. ' +
'If you use emoji-picker-element-data instead of emojibase-data, there is no need for trimEmojiData(). ' +
'For details, see: ' +
'https://github.com/nolanlawson/emoji-picker-element/blob/master/README.md##trimming-the-emoji-data-deprecated'
'https://github.com/nolanlawson/emoji-picker-element/blob/master/README.md#trimming-the-emoji-data-deprecated'
)
assertEmojiData(emojiData)
return emojiData.map(emoji => {
Expand Down

0 comments on commit 93f1da8

Please sign in to comment.