From 302bf1d29f2ab9cfb8f315d96891bd61a2b1e219 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 23:44:04 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 614f252..a7460ae 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ UIView *customView = [[UIView alloc] init]; APParallaxViewDelegate will notify the delegate about resizing of the parallax view. -####Methods:#### +#### Methods: #### * ```- (void)parallaxView:(APParallaxView *)view willChangeFrame:(CGRect)frame``` * ```- (void)parallaxView:(APParallaxView *)view didChangeFrame:(CGRect)frame```