diff --git a/README.md b/README.md index c6f651c..7fdfd26 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ UIKit is currently supported. CombineUI may support additional UI frameworks in ## Installation -**Swift Package Manager Dependency** +### Swift Package Manager + +**Package Dependency** > Replace `` with the desired minimum version. @@ -58,6 +60,18 @@ UIKit is currently supported. CombineUI may support additional UI frameworks in .package(url: "https://github.com/Tinder/CombineUI.git", from: "") ``` +**Target Dependency** + +``` +"CombineUI" +``` + +### Swift Package Collection + +```swift +https://swiftpackageindex.com/Tinder/collection.json +``` + ## Code Examples All examples require this setup: