From dacdd1a9e52ba3699242800817f58c4af30b5797 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:41:49 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9d14a1..e1e7480 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The pulldown menu supports both navigation controllers and views, users can eith .h ```objective-c -#import "PulldownMenu.h" +# import "PulldownMenu.h" @interface MasterNavigationController : UINavigationController { PulldownMenu *pulldownMenu; @@ -51,7 +51,7 @@ The pulldown menu supports both navigation controllers and views, users can eith .h ```objective-c -#import "PulldownMenu.h" +# import "PulldownMenu.h" @interface MainViewController : UIViewController { PulldownMenu *pulldownMenu;