From 2a50827d0cdc1b474a08979a18f638e61b94b986 Mon Sep 17 00:00:00 2001 From: Roc Boronat Date: Thu, 20 May 2021 11:47:19 +0200 Subject: [PATCH] Replace "we" with "Barista" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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