From 48437b565f265858481ac02e41eebfee8578f27e Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 00:44:29 -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 371900c..7459644 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ ## Official block style -####Basic +#### Basic ``` + (void)AR_animationWithDuration:(NSTimeInterval)duration animations:(void (^)(void))animations;