From b06a92b865ea2139a42c08315831e0de190b1e67 Mon Sep 17 00:00:00 2001 From: Dominic Fellbaum Date: Sat, 9 Mar 2024 20:47:09 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9525600..9f62a29 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ implementation("net.fellbaum:jemoji:VERSION") #### Access any emoji directly by a constant ```java -//Returns and Emoji instance +//Returns an Emoji instance Emojis.THUMBS_UP; Emojis.THUMBS_UP_MEDIUM_SKIN_TONE; ```