Skip to content

Commit

Permalink
minor fix for a better readme experience
Browse files Browse the repository at this point in the history
  • Loading branch information
nbartels committed May 21, 2018
1 parent 4241938 commit 62918e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
String stringWithReplacedEmojis = twemoji.parse(strinWithUnicodes);
```

0 comments on commit 62918e9

Please sign in to comment.