Skip to content

Commit

Permalink
Update README logo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdvs authored Oct 19, 2024
1 parent 971af81 commit ba571b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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`.
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`.

0 comments on commit ba571b3

Please sign in to comment.