From f0681219d25404e303f5f7a187fbf21af8ac143c Mon Sep 17 00:00:00 2001 From: Vlad Gukasov Date: Sat, 2 Jan 2021 18:52:14 +0300 Subject: [PATCH] README fix --- README.md | 2 +- examples/openemoji/openemoji.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b93a526..806d0d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # GoMoji

work with emoji in the most convenient way

-GoMoji is a Go package that provides a [fast](#performance) and [simple](#check-string-contains-emoji) way to work with emojis in a string. +GoMoji is a Go package that provides a [fast](#performance) and [simple](#check-string-contains-emoji) way to work with emojis in strings. It has features such as: * [check whether string contains emoji](#check-string-contains-emoji), * [find all emojis in string](#find-all), diff --git a/examples/openemoji/openemoji.go b/examples/openemoji/openemoji.go index 54b078b..e399a3f 100644 --- a/examples/openemoji/openemoji.go +++ b/examples/openemoji/openemoji.go @@ -10,7 +10,7 @@ import ( ) var ( - accessKey = flag.String("accessKey", ":8080", "Access key to interact with Open Emoji API. You can get it from https://emoji-api.com.") + accessKey = flag.String("accessKey", "", "Access key to interact with Open Emoji API. You can get it from https://emoji-api.com.") ) func main() {