From 03591bf097a78f97cae0bff89148880bffc97e7f Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 22:37:06 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1d015f3..2269f27 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,11 @@ AFPopupView A simple to use and functional popup view for iOS, as seen in Wunderlist iOS app. -##Preview +## Preview ![alt text](https://raw.github.com/AlvaroFranco/AFPopupView/master/preview.gif "Example") -##Cocoapods +## Cocoapods AFPopupView is on [CocoaPods](http://cocoapods.org), so you can get the pod by adding this line to your Podfile @@ -18,7 +18,7 @@ If not, just import these files to your project: AFPopupView.h AFPopupView.m -##Usage +## Usage First of all, make sure that you've added to your project the ```QuartzCore``` framework. @@ -39,6 +39,6 @@ To hide it, call ```-hide``` [_popup hide]; -##Author +## Author Made by Alvaro Franco. If you have any question, feel free to drop me a line at [alvarofrancoayala@gmail.com](mailto:alvarofrancoayala@gmail.com) \ No newline at end of file