From dcb2204f1259e53735605a11e6ae02fd18e90b32 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 05:02:44 -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 6ef172f..6c4338f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#GHContextMenu - Pinterest like context menu control for iOS +# GHContextMenu - Pinterest like context menu control for iOS ![alt tag](https://github.com/GnosisHub/GHContextMenu/blob/master/cmocv.gif) ![alt tag](https://github.com/GnosisHub/GHContextMenu/blob/master/cmocv5.gif) @@ -6,7 +6,7 @@ This is user friendly solution for showing context menu upon long press. It is inspired from the Pinterest iOS app -##How To Use +## How To Use Sample app contains examples of how to add context menu for UIView and UICollectionView @@ -76,11 +76,11 @@ Sample app contains examples of how to add context menu for UIView and UICollect ``` -###Next Steps: +### Next Steps: Supporting configurations is one of the next steps. Any feature request is welcome. Raise an issue with a feature tag and I will look into it -###License : +### License : The MIT License