From 27a1775e5a532bbb90c1e6790208c65dc1c793f4 Mon Sep 17 00:00:00 2001 From: Owly <59724243+ImOwly@users.noreply.github.com> Date: Mon, 11 Jul 2022 22:04:16 -0700 Subject: [PATCH] Fixed Readability issue in the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f29c13..0195f4e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ github "Ramotion/circle-menu" ## Usage -##### with storyboard +### with storyboard 1) Create a new UIButton inheriting from `CircleMenu` @@ -73,7 +73,7 @@ func circleMenu(circleMenu: CircleMenu, willDisplay button: UIButton, atIndex: I @IBInspectable var distance: Float = 100 // distance between center button and buttons ``` -##### programmatically +### programmatically ```swift let button = CircleMenu( @@ -88,7 +88,7 @@ button.layer.cornerRadius = button.frame.size.width / 2.0 view.addSubview(button) ``` -##### delegate methods +### delegate methods ```swift // configure buttons