From 39c7fb9cd51b424cc7092a7511217e756825b9b4 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 03:17:08 -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 b5d2509..e72a77f 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ The current version supports 3 different checkboxes: Installation ============= -##Manual +## Manual * Just drag the files in the src folder to your project. * Import the checkbox class you want to use. -##Cocoapods +## Cocoapods * Add ``` pod 'TNCheckBoxGroup' ``` to your Podfile. * Done.