Skip to content

Commit 2eb945c

Browse files
committed
Fix a typo in the README
1 parent fde2aad commit 2eb945c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import PMKUIKit
3636

3737
# `UIImagePickerController`
3838

39-
Due to iOS 10 requiring an entry in your app’s `Info.plist` for any usage of `UIImagePickerController` (even if you don’t actually call it directly), we have removed UIIm agePickerController from the default `UIKit` pod. To use it you must add an additional subspec:
39+
Due to iOS 10 requiring an entry in your app’s `Info.plist` for any usage of `UIImagePickerController` (even if you don’t actually call it directly), we have removed UIImagePickerController from the default `UIKit` pod. To use it you must add an additional subspec:
4040

4141
```ruby
4242
pod "PromiseKit/UIImagePickerController"

0 commit comments

Comments
 (0)