From 206962fd907e456096a1c0b610fc853a93f7db42 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:49:38 -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 c88a129..d0a1f73 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ There are 2 ways you can add NSGIF to your project: Simply import the 'NSGIF' into your project then import the following in the class you want to use it: ```objective-c -#import "NSGIF.h" +# import "NSGIF.h" ``` ### Installation with CocoaPods