Skip to content

Commit 18fd196

Browse files
author
Chris Banes
committed
Fix Grammer in README
1 parent c5640c0 commit 18fd196

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ This project aims to provide a reusable Pull to Refresh widget for Android. It i
1313
* Works with WebView!
1414
* Integrated End of List Listener (`setOnLastItemVisibleListener()`)
1515
* Maven Support (thanks to Stefano Dacchille)
16-
* No longer shows the Tap to Refresh view when the AdapterView can not fill itself.
16+
* Does not show the 'Tap to Refresh' view when the AdapterView can not fill itself.
1717
* Indicators to show the user when a Pull-to-Refresh is available
1818
* Lots of [Customisation](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Customisation) options!
1919

2020
Repository at <https://github.com/chrisbanes/Android-PullToRefresh>.
2121

2222
## Usage
23-
To being using the libary, please see the [Quick Start Guide](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Quick-Start-Guide) page.
23+
To begin using the libary, please see the [Quick Start Guide](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Quick-Start-Guide) page.
2424

2525
### Customisation
2626
Please see the [Customisation](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Customisation) page for more information on how to change the behaviour and look of the View.
2727

2828
### Pull Up to Refresh
29-
By default this library is set to Pull Down to Refresh, but if you instead to Pull Up to Refresh you can do so via XML. You can even set the View to enable both Pulling Up and Pulling Down using the 'both' setting. See the [Customisation](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Customisation) page for more information on how to set this.
29+
By default this library is set to Pull Down to Refresh, but if you want to allow Pulling Up to Refresh then you can do so. You can even set the View to enable both Pulling Up and Pulling Down using the 'both' setting. See the [Customisation](https://github.com/chrisbanes/Android-PullToRefresh/wiki/Customisation) page for more information on how to set this.
3030

3131
## Pull Requests
3232

0 commit comments

Comments
 (0)