diff --git a/README.md b/README.md index 35ba3a50..6d5794ce 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ setProgressToMax(R.id.seek_bar); #### Pull to refresh in SwipeRefreshLayout ```java refresh(R.id.swipe_refresh); -refresh(); // Id is optional! We'll find it for you :D +refresh(); // Id is optional. Barista will find it for you. ``` #### Close or press ime actions on the Keyboard