Skip to content

Commit 20cb401

Browse files
authored
Update README
1 parent 2c68d7d commit 20cb401

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Interactive Side Menu
1+
# Interactive Side Menu
22

33
[![Swift version](https://img.shields.io/badge/swift-3.0-orange.svg?style=flat.svg)](https://img.shields.io/badge/swift-3.0-orange.svg?style=flat.svg)
44
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
@@ -15,22 +15,22 @@ It supports following customization:
1515
- Using spring animation with params customization
1616
- Animation options like animation curve
1717

18-
#Installation
18+
# Installation
1919

20-
##CocoaPods
20+
## CocoaPods
2121
To install it through [CocoaPods](https://cocoapods.org/), add the following line to your Podfile:
2222
```
2323
pod 'InteractiveSideMenu'
2424
```
2525

26-
##Carthage
26+
## Carthage
2727
To install it through [Carthage](https://github.com/Carthage/Carthage), add the following line to your Cartfile:
2828
```
2929
github "handsomecode/InteractiveSideMenu"
3030
```
3131

3232

33-
#Usage
33+
# Usage
3434
You should use 3 basic ViewControllers for creating subclasses for implementing your side menu.
3535
- ```MenuContainerViewController``` is a host for menu and content views
3636
- ```MenuViewController``` is a container for menu view

0 commit comments

Comments
 (0)