We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221cb47 commit 7d786a3Copy full SHA for 7d786a3
README.md
@@ -38,7 +38,7 @@ pod 'RxCombine'
38
Add the following dependency to your **Package.swift** file:
39
40
```swift
41
-.package(url: "https://github.com/freak4pc/RxCombine.git", from: "1.0.0")
+.package(url: "https://github.com/CombineCommunity/RxCombine.git", from: "1.6.0")
42
```
43
44
### Carthage
@@ -48,7 +48,7 @@ Carthage support is offered as a prebuilt binary.
48
Add the following to your **Cartfile**:
49
50
51
-github "freak4pc/RxCombine"
+github "CombineCommunity/RxCombine"
52
53
54
## I want to ...
0 commit comments