Skip to content

Commit fde2aad

Browse files
committed
Fix pod syntax in the README
1 parent e6ec53f commit fde2aad

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
@@ -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

0 commit comments

Comments
 (0)