From f6d7e57aa36edb4bcef668316361993cb90b83ab Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 00:45:29 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb03673..bc1bc37 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Installation 2. Install Pod(s) running `pod install` command. 3. Include RATreeView using `#import `. -###Source files +### Source files 1. Downloaded the latest version of the library using [link](https://github.com/Augustyniak/RATreeView/archive/master.zip). 2. Copy content of the downloaded (and unzipped) zip file into your project by dragging it into Project's navigator files structure. @@ -114,7 +114,7 @@ Check out the demo for example usage of library. Make sure you read the [RATreeV } ``` -###Adding Pull to Refresh control +### Adding Pull to Refresh control Adding pull to refresh gesture is really easy using `RATreeView` and standard `UIRefreshControl` control.