Преглед изворни кода

Update endpoints and versioning in readme

Standardise the recommended version to use, and also the correct repo for Carthage.
Abizer Nasir пре 7 година
родитељ
комит
9cecf835c4
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -62,13 +62,13 @@ server.start()
 ```ruby
 # Use version >= 1.4.0 (sudo gem install cocoapods)
 use_frameworks!
-pod 'Swifter', '~> 1.3.3'
+pod 'Swifter', '~> 1.4.0'
 ```
 
 ### Carthage? Also yes.
 ```
 # Use version >= 0.18 (https://github.com/Carthage/Carthage/releases/tag/0.18)
-github "glock45/swifter" == 1.4.0
+github "httpswift/swifter" ~> 1.4.0
 ```
 
 ### Swift Package Manager.