diff --git a/README.md b/README.md index 04ff4ec..50de2b7 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Package.swift let package = Package( name: "XXX", dependencies: [ - .Package(url: "https://github.com/Wzxhaha/Viscosity", "1.4") + .Package(url: "https://github.com/Wzxhaha/Viscosity", majorVersion: 2) ] ) ``` @@ -85,7 +85,7 @@ To integrate Viscosity into your Xcode project using CocoaPods, specify it in yo target '' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! - pod 'Viscosity', '~> 1.4' + pod 'Viscosity', '~> 2.0' end ```