Parcourir la source

Merge pull request #80 from Sillyplus/patch-1

fix typos && update CocoaPods integrate command
Damian Kołakowski il y a 10 ans
Parent
commit
e7cabeae08
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -28,7 +28,8 @@ server.start()
 ```
 ### CocoaPods? Yes.
 ```
-pod 'Swifter', '~> 1.0.2’
+use_frameworks!
+pod 'Swifter', '~> 1.0.2'
 ```
 
 ### Carthage? Also yes.