Skip to content

Commit

Permalink
Replace "we" with "Barista" in the readme (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat authored May 21, 2021
1 parent 24557d9 commit 445035c
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 @@ -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
Expand Down

0 comments on commit 445035c

Please sign in to comment.