Skip to content

Commit df76004

Browse files
Adjust installation guide to new organisation name
1 parent 55bb2aa commit df76004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ import PackageDescription
205205
let package = Package(
206206
[...]
207207
dependencies: [
208-
.Package(url: "https://github.com/reactor-swift/Reactor.git", majorVersion: XYZ)
208+
.Package(url: "https://github.com/ReactorSwift/Reactor.git", majorVersion: XYZ)
209209
]
210210
)
211211
```
@@ -215,7 +215,7 @@ let package = Package(
215215
To integrate `Reactor` in your App using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:
216216

217217
```
218-
github "reactor-swift/Reactor" ~> X.Y.Z
218+
github "ReactorSwift/Reactor" ~> X.Y.Z
219219
```
220220

221221
Run `carthage update` to build the framework and drag the built Reactor.framework into your Xcode project.

0 commit comments

Comments
 (0)