From 3f4c6e9c69cb53df22807d3d4196d1e9916aa6f3 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 23:02:53 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5499534..0cab4ac 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ I implemented the pattern in SWIFT and enabled some of the internal propertiers ![Screenshot](/xcode_screenshot.png) -####Exposed Properties +#### Exposed Properties - Active Color: Text color of the floating label if focused - Inactive Color: Text Color of the floating label if unfocused @@ -35,12 +35,12 @@ use_frameworks! - Open generated `.xcworkspace` -####Requirements +#### Requirements - iOS 7.0+ (8.0+ if you use CocoaPods) - Xcode 6.3 - Swift 1.2 -####License +#### License MIT Based on the Objectiv-C implementations from: