Skip to content

Commit b6f11ca

Browse files
committed
[misc](readme): update sample example local variable name
1 parent 3813aec commit b6f11ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ final class ViewController: UIViewController {
5757

5858
@IBAction func onButtonTapped(_ sender: UIButton) {
5959
let vm = FullScreenImageBrowserViewModel(media: media)
60-
let x = FullScreenImageBrowser(viewModel: vm)
61-
present(x, animated: true, completion: nil)
60+
let browser = FullScreenImageBrowser(viewModel: vm)
61+
present(browser, animated: true, completion: nil)
6262
}
6363

6464
}
@@ -192,4 +192,4 @@ A-J-Full-Screen-Image-Browser is owned and maintained by the [Alex Jiang](https:
192192

193193
## License
194194

195-
A-J-Full-Screen-Image-Browser is released under the MIT license.
195+
A-J-Full-Screen-Image-Browser is released under the MIT license.

0 commit comments

Comments
 (0)