From eb85724479f2abbf78fdbb1ded77a30d3a8745e9 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 22:11:51 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4617dfc..7ba1d0b 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ iOS Simple PullToRefresh Library. ![sample](Screenshots/PullToRefreshSwift.gif) -##Installation +## Installation -####CocoaPods +#### CocoaPods ``` pod 'PullToRefreshSwift' ``` -####Manually +#### Manually Add the following files to your project. `pulltorefresharrow.png` `PullToRefreshView.swift` @@ -31,9 +31,9 @@ Add the following files to your project. `UIScrollViewExtension.swift` -##Usage +## Usage -###Setup +### Setup In your UIViewController Including UITableView, UICollectionView, UIScrollView: ```swift