Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Installation
2. Install Pod(s) running `pod install` command.
3. Include RATreeView using `#import <RATreeView.h>`.

###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.
Expand Down Expand Up @@ -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.

Expand Down