diff --git a/README.md b/README.md index 3f8e8c0..f4ed22f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Go-Emoji-Utils](http://up.tmdvs.me/52074bebc945/d) +![Go-Emoji-Utils](https://share.zight.com/52074bebc945/d) # Go Emoji Utils A collection of useful functions for working with emoji. For example: look up the definition of a specific emoji, or search for all occurrences of emojis in a string. @@ -76,4 +76,4 @@ output := emoji.RemoveAll(input) ``` ### Updating the Emoji definitions data file -Definitions of each emoji can be found in the `data/emoji.json` file. This JSON file is unmarshalled into a map at runtime with the emoji's hex representation as it's key. You can update the definitions file using definitions from [Emojipedia](http://emojipedia.org/) with the `import` program bundled with this package. You can find it at `import/main.go`. \ No newline at end of file +Definitions of each emoji can be found in the `data/emoji.json` file. This JSON file is unmarshalled into a map at runtime with the emoji's hex representation as it's key. You can update the definitions file using definitions from [Emojipedia](http://emojipedia.org/) with the `import` program bundled with this package. You can find it at `import/main.go`.