diff --git a/README.md b/README.md index 3868db5..792f8c3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ This project aims to wrap the Twitter Emoji (https://github.com/twitter/twemoji) Basic Usage ----------- +```java Twemoji twemoji = new Twemoji(); twemoji.init(); // init the wrapper -String stringWithReplacedEmojis = twemoji.parse(strinWithUnicodes); \ No newline at end of file +String stringWithReplacedEmojis = twemoji.parse(strinWithUnicodes); +``` \ No newline at end of file