From 1c1ca200785f94ddb2902b710da258d0d6edb263 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 21:15:40 -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 050c925..e2bc8e3 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,16 @@ Made by [![Appus Studio](https://github.com/appus-studio/Appus-Splash/blob/maste * [Info](#info) # Demo -##Example animating +## Example animating ![](https://raw.githubusercontent.com/alexey-kubas-appus/CircleTimer/master/Resources/demo.gif) -##Example configuring +## Example configuring ![](https://raw.githubusercontent.com/alexey-kubas-appus/CircleTimer/master/Resources/using_ib_inspectable.gif) ```Ruby pod 'CircleCounter' ``` -##Usage example: +## Usage example: self.timeCircle.totalTime = 5; self.timeCircle.elapsedTime = 0;