Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nekocode committed Aug 9, 2016
1 parent ac4123a commit b40c975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected void attachBaseContext(Context newBase) {

Now, everything is OK! Anyway, for implementing emoji to the whole application you can add these code to your `BaseActivity`.

Note that if it is not working with any views, you can wrap the view manually:
Note that if it is not working with any views, you can wrap them manually:

```java
Emojix.wrapView(view);
Expand Down

0 comments on commit b40c975

Please sign in to comment.