diff --git a/README.md b/README.md index a5877eb8..775485cc 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Zip.addCustomFileExtension("file-extension-here") ### [Preferred] Setting up with [Swift Package Manager](https://swift.org/package-manager) To use Zip with Swift Package Manager, add it to your package's dependencies: ```swift -.package(url: "https://github.com/marmelroy/Zip.git", .upToNextMinor(from: "2.1")) +.package(url: "https://github.com/marmelroy/Zip.git", from: "2.1")) ``` ### Setting up with [CocoaPods](http://cocoapods.org/?q=Zip)