Skip to content

Commit 43db691

Browse files
authored
Update README.md
1 parent b5e916a commit 43db691

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pod 'ImageViewer.swift', '~> 3.0'
2929

3030
## How to use it
3131

32-
The simplest way to to use this is by using the [UIImageView.setupImageViewer()](https://github.com/michaelhenry/MHFacebookImageViewer/blob/master/Example/Demo/BasicViewController.swift#L11)
32+
The simplest way to to use this is by using the [imageView.setupImageViewer()](https://github.com/michaelhenry/MHFacebookImageViewer/blob/master/Example/Demo/BasicViewController.swift#L11)
3333

3434

3535
```swift
@@ -77,11 +77,10 @@ imageView.setupImageViewer(urls: urls)
7777

7878
### How to change the layout or options that are available
7979

80-
You can check this file [ImageViewerOption](https://github.com/michaelhenry/ImageViewer.swift/blob/master/Sources/ImageViewerOption.swift) to see what are the available options.
80+
You can check this file [ImageViewerOption.swift](https://github.com/michaelhenry/ImageViewer.swift/blob/master/Sources/ImageViewerOption.swift) to see what are the available options that will fit to your needs.
8181

8282
```swift
8383
public enum ImageViewerOption {
84-
8584
case theme(ImageViewerTheme)
8685
case closeIcon(UIImage)
8786
case rightNavItemTitle(String, delegate: RightNavItemDelegate?)

0 commit comments

Comments
 (0)