Skip to content

Commit 3733fb9

Browse files
author
pixel-ink
committed
Readmeのスタイルを変更
1 parent 745167a commit 3733fb9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# PIImageCache
77

8-
## NSURL -> UIImage with cache (swift)
8+
### NSURL -> UIImage with cache (swift)
99

1010
![](https://cocoapod-badges.herokuapp.com/l/PIImageCache/badge.png)
1111
![](https://cocoapod-badges.herokuapp.com/v/PIImageCache/badge.png)
@@ -46,22 +46,22 @@ func applicationDidEnterBackground(application: UIApplication) {
4646

4747
# basic usage
4848

49-
## NSURL extension
49+
### NSURL extension
5050

5151
```NSURL.swift
5252
let url = NSURL(string: "http://place-hold.it/200x200")!
5353
let image = url.getImageWithCache()
5454
```
5555

56-
## UIImageView extension
56+
### UIImageView extension
5757

5858
```UIImageView.swift
5959
let url = NSURL(string: "http://place-hold.it/200x200")!
6060
let imgView = UIImageView()
6161
imgView.imageOfURL(url)
6262
```
6363

64-
## for background
64+
### for background
6565

6666
```PIImageCache.swift
6767
let url = NSURL(string: "http://place-hold.it/200x200")!
@@ -71,7 +71,7 @@ image = cache.get(url)!
7171

7272
# advanced usage
7373

74-
## configurable
74+
### configurable
7575

7676
```Config.swift
7777
let cache = PIImageCache.shared

0 commit comments

Comments
 (0)