Skip to content

Commit a5ffb26

Browse files
authored
Update README.markdown
Fix for podfile syntax
1 parent e2c631f commit a5ffb26

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
@@ -5,7 +5,7 @@ This project adds promises to Apple’s StoreKit framework.
55
## CocoaPods
66

77
```ruby
8-
pod "PromiseKit/StoreKit" ~> 4.0
8+
pod "PromiseKit/StoreKit", "~> 4.0"
99
```
1010

1111
The extensions are built into `PromiseKit.framework` thus nothing else is needed.

0 commit comments

Comments
 (0)