From 5a2facde476b60bacba221be57d1268cabb31608 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 06:51:54 -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 67a4672..165b297 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Objective-C UIView subclass that flips like a double-sided coin between two view ![ScreenShot](https://raw.github.com/ClaudeSutterlin/CMSCoinView/master/CMSCoinView.gif) -##Usage +## Usage Create an IBOutlet with the class of CMSCoinView in your header `@property (nonatomic, retain) IBOutlet CMSCoinView *coinView;` @@ -18,6 +18,6 @@ Then create your two views and set them on the coin view. `[coinView setSecondaryView: profileView];` -##Optionally +## Optionally `[coinView setSpinTime:1.0];`