Skip to content

Commit 91249c4

Browse files
authored
Merge pull request #66 from BasThomas/patch-1
Add syntax highlighting to README
2 parents ef9b35d + 7250e1d commit 91249c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NohanaImagePicker enables your app to pick images from multiple album, and the m
1010

1111
## Usage
1212

13-
```
13+
```swift
1414
import NohanaImagePicker
1515
class ViewController: UIViewController, NohanaImagePickerControllerDelegate {
1616

@@ -36,7 +36,7 @@ class ViewController: UIViewController, NohanaImagePickerControllerDelegate {
3636

3737
### Customize
3838

39-
```
39+
```swift
4040
let picker = NohanaImagePickerController()
4141

4242
// Set the maximum number of selectable images
@@ -66,8 +66,8 @@ ColorConfig.backgroundColor = UIColor.redColor()
6666

6767
## Requirements
6868

69-
- Swift2.2 later
70-
- iOS8.0 later
69+
- Swift 2.2 later
70+
- iOS 8.0 later
7171

7272
## Installation
7373

@@ -86,12 +86,12 @@ Use [CocoaPods](https://cocoapods.org/).
8686

8787
- Add the followings to your Podfile:
8888

89-
```ruby
90-
use_frameworks!
91-
pod "NohanaImagePicker"
92-
```
89+
```ruby
90+
use_frameworks!
91+
pod "NohanaImagePicker"
92+
```
9393

94-
- If you want to use Swift2.3 write `pod "NohanaImagePicker", "0.6.1"` instead of `pod "NohanaImagePicker"`.
94+
- If you want to use Swift2.3 write `pod "NohanaImagePicker", "0.6.1"` instead of `pod "NohanaImagePicker"`.
9595

9696
- Run `pod install`.
9797

0 commit comments

Comments
 (0)