diff --git a/CLI_Usage.md b/CLI_Usage.md index 1863271..573ef13 100644 --- a/CLI_Usage.md +++ b/CLI_Usage.md @@ -273,7 +273,7 @@ There is more, but I want to keep my message short. :) _EOF ``` -## Emoji Support +## :ok_hand: Emoji Support Apprise now offers you the ability to pass in entries like `:slightly_smiling_face:` to have it automatically change this into a :slightly_smiling_face: unicode equivalent. Apprise is loaded with all of the emojis (and their mappings) as defined [here](https://github.com/ikatyang/emoji-cheat-sheet) There are 2 ways to orchestrate the emoji engine and begin your translations: @@ -295,7 +295,9 @@ There are 2 ways to orchestrate the emoji engine and begin your translations: --body="So proud of you all! :rocket:." \ "myschema://credentials?emojis=yes" ``` -Emojis offer a more rich use of Apprise. +Emojis offer a more rich use of Apprise. The above example would have passed the following to all upstream services: + - **title**: :+1: Great work everyone! + - **body**: So proud of you all! :rocket:. ## :star2: Tricks and Additional Notes ### Tmux Alert Bell Integration