From 9285bfa4785e90df84ddd310390574db59e7be1a Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 16:50:40 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 284ff5e..df7188a 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Code: [hub increment]; // increments the count to 1, making the notification visible ``` -###Pod +### Pod ``` pod 'RKNotificationHub' ``` -###USAGE +### USAGE ![increment](http://i.imgur.com/zpgkNtE.gif) ``` objc [hub increment]; @@ -37,7 +37,7 @@ __Combine Actions!__ [hub pop]; ``` -###CUSTOMIZE +### CUSTOMIZE ![blink](http://i.imgur.com/Ftbrh87.gif) ``` objc //%%% COLOR @@ -65,7 +65,7 @@ __Combine Actions!__ ``` -###TROUBLESHOOTING +### TROUBLESHOOTING **Notification isn't showing up!** * If the hub value is < 1, the circle hides. Try calling `[increment]` * Make sure the view you set the hub to is visible (i.e. did you call `[self.view addSubview: yourView]`?)