From cdff88a7562eed106369cd49f25a10e3f0cd3808 Mon Sep 17 00:00:00 2001 From: hittingray Date: Sat, 27 May 2017 17:43:33 +1000 Subject: [PATCH] Updated readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a78ad55..3f2b1fe 100644 --- a/README.md +++ b/README.md @@ -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\_:** 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\_:` 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. \ No newline at end of file +The binaries are compiled using Mingw-w64 for 64-bit Windows.