Skip to content

Commit ae6cbc8

Browse files
authored
Update README.md
1 parent ccd71e8 commit ae6cbc8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http://youtu.be/NTs2COXxrrA
2929
Using [cocoapods](https://cocoapods.org)
3030

3131
```ruby
32-
pod 'MHFacebookImageViewer'
32+
pod 'MHFacebookImageViewer', '~> 3.0'
3333
```
3434

3535
## How to use it
@@ -51,6 +51,8 @@ imageView.image = UIImage(named: 'cat1')
5151
imageView.setupImageViewer()
5252
```
5353

54+
or you could also check the [Demo](Example) Project.
55+
5456

5557
### And That's it. :)
5658

0 commit comments

Comments
 (0)