From 57bb3b0fd17dbe735556a7a81b86e4c075d40289 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:42:57 -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 8751dde..7f543ec 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Include SPUserResizableView.h and SPUserResizableView.m in your project. You'll need to #import the SPUserResizableView.h header and construct a new instance of SPUserResizableView. Then, set the contentView on the SPUserResizableView to the view you'd like the user to interact with. ``` objective-c -#import "SPUserResizableView.h" +# import "SPUserResizableView.h" ...