Skip to content

Commit ec9f3af

Browse files
authored
Update README.md
1 parent 339f308 commit ec9f3af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,10 +398,11 @@ If you want to load image into `UIImageView` or `NSImageView`, then we also have
398398
### Cocoapods
399399

400400
**Cache** is available through [CocoaPods](http://cocoapods.org). To install
401-
it, simply add the following line to your Podfile:
401+
it or update it, use the following line to your Podfile:
402402

403403
```ruby
404-
pod 'Cache'
404+
pod 'Cache', :git => 'https://github.com/hyperoslo/Cache.git'
405+
405406
```
406407

407408
### Carthage

0 commit comments

Comments
 (0)