From 9afa043ffcaf3fd5114a13d5fabcd9bcf5013265 Mon Sep 17 00:00:00 2001 From: John Paul Date: Tue, 13 Nov 2018 05:02:19 -0500 Subject: [PATCH] Fixed typo on README. (#202) * Fixed crash in iPad when we tap(Long press) on image viewer in full screen mode to share the image or video. * Fixed typo on README. * Removed unnecesary code. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f91e671..35444678 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ github "MailOnline/ImageViewer" For a detailed example, see the [Example](https://github.com/MailOnline/ImageViewer/tree/master/Example)! ```swift -// Show the ImageViewer with with the first item +// Show the ImageViewer with the first item self.presentImageGallery(GalleryViewController(startIndex: 0, itemsDataSource: self)) // The GalleryItemsDataSource provides the items to show