Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hittingray authored May 27, 2017
1 parent a080f71 commit cdff88a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Discord Text to Emoji #

This program converts a string to emojis in Discord, and automatically copies the result to clipboard. It accepts alphanumeric strings. If a non-alphanumeric character is inputted, it will simply spit out **:regional\_indicator\_<char>:** For example:
This program converts a string to emojis in Discord, and automatically copies the result to clipboard. It accepts alphanumeric strings. If a non-alphanumeric character is inputted, it will simply spit out `:regional\_indicator\_<char>:` For example:

**abc 123**
`abc 123`

will become

**:regional\_indicator\_a: :regional\_indicator\_b: :regional\_indicator\_c: :one: :two: :three:**
`:regional_indicator_a: :regional_indicator_b: :regional_indicator_c: :one: :two: :three:`

which displays as

![Converted text](/images/converted.png)

The binaries are compiled using Mingw-w64 for 64-bit Windows.
The binaries are compiled using Mingw-w64 for 64-bit Windows.

0 comments on commit cdff88a

Please sign in to comment.