Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Fix broken headings in Markdown files #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Works on iOS 7 and 8.
Installation
------------

###[CocoaPods](http://cocoapods.org/):
### [CocoaPods](http://cocoapods.org/):
In your `Podfile`:
```
pod "AKPickerView-Swift"
Expand All @@ -23,7 +23,7 @@ And in your `*.swift`:
import AKPickerView_Swift
```

###[Carthage](https://github.com/Carthage/Carthage):
### [Carthage](https://github.com/Carthage/Carthage):
In your `Cartfile`:
```
github "Akkyie/AKPickerView-Swift"
Expand All @@ -33,7 +33,7 @@ And in your `*.swift`:
import AKPickerView
```

###Manual Install
### Manual Install
Add `AKPickerView.swift` into your Xcode project.

Usage
Expand Down