From c90e6af8204f96763f9d2c089ca8870b3c5de96f Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:37:50 -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 f292662..f27b2a5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Drop-in UITableView replacement to reorder cells with long press on any part of ![Reordering animation](Assets/reordering.gif) -##Installation +## Installation Using [CocoaPods](http://cocoapods.org/): @@ -17,7 +17,7 @@ pod 'HPReorderTableView', '~> 0.2' Or add the files from the [HPReorderTableView](https://github.com/hpique/HPReorderTableView/tree/master/HPReorderTableView) directory if you're doing it manually. -##Usage +## Usage Simply instance `HPReorderTableView` instead of `UITableView`: @@ -36,15 +36,15 @@ Then implement the reordering methods of your table view data source as you woul } ``` -##Customization +## Customization See the [documentation](http://cocoadocs.org/docsets/HPReorderTableView) for customization options. -##Requirements +## Requirements HPReorderTableView requires iOS 6.1 or above and ARC. -##License +## License Copyright 2014 Hermes Pique ([@hpique](https://twitter.com/hpique))