Skip to content

Commit 317136c

Browse files
authored
Merge pull request #8 from NextFaze/master
Minor fixes in the README
2 parents e6ec53f + 2eb945c commit 317136c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project supports Swift 3.0, 3.1, 3.2 and 4.0; iOS 9, 10 and 11; tvOS 10 and
88
## CocoaPods
99

1010
```ruby
11-
pod "PromiseKit/UIKit" ~> 4.0
11+
pod "PromiseKit/UIKit", "~> 4.0"
1212
```
1313

1414
The extensions are built into `PromiseKit.framework` thus `import PromiseKit` is
@@ -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)