From 6f8f76bcac637582b4555510ce029e7369771555 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:49:05 -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 84b73f7..9386943 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ it, simply add the following line to your Cartfile: github "sprint84/TabbedCollectionView" ~> 1.1 ``` -###Installing Carthage +### Installing Carthage To install the `carthage` tool on your system, please download and run the `Carthage.pkg` file for the latest release, then follow the on-screen instructions. @@ -29,7 +29,7 @@ Alternately, you can use Homebrew and install the `carthage` tool on your system For further details, please visit the [Carthage Github page](https://github.com/Carthage/Carthage) -##Usage +## Usage Using `TabbedCollectionView` is quite simple. First you need to import the Framework