Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 9ac6238

Browse files
Fix README markdown issue
1 parent 32ee1a1 commit 9ac6238

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pod "PullToRefreshKit"
7171
```
7272
## Useage
7373

74-
###Pull down to refresh
74+
### Pull down to refresh
7575

7676

7777
```
@@ -91,7 +91,7 @@ self?.tableView.endHeaderRefreshing(.Success,delay: 0.5)
9191
<img src="https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif1.gif" width="320">
9292

9393

94-
###Pull up to load more
94+
### Pull up to load more
9595

9696
Support three mode to fire refresh action
9797
- [x] Tap
@@ -109,7 +109,7 @@ Support three mode to fire refresh action
109109
<img src="https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif2.gif" width="320">
110110

111111

112-
###Pull left to exit
112+
### Pull left to exit
113113

114114
```
115115
scrollView.setUpLeftRefresh { [weak self] in
@@ -119,7 +119,7 @@ Support three mode to fire refresh action
119119

120120
<img src="https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif3.gif" width="200">
121121

122-
###Pull right to enter
122+
### Pull right to enter
123123

124124
```
125125
scrollView.setUpRightRefresh { [weak self] in
@@ -130,7 +130,7 @@ Support three mode to fire refresh action
130130

131131
<img src="https://raw.github.com/LeoMobileDeveloper/PullToRefreshKit/master/Screenshot/gif4.gif" width="200">
132132

133-
###Config the default refresh text
133+
### Config the default refresh text
134134
PullToRefershKit offer `SetUp` operator,for example
135135

136136
```

0 commit comments

Comments
 (0)