Skip to content

Commit

Permalink
Adjust installation guide to new organisation name
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspaulmann authored Nov 16, 2016
1 parent 55bb2aa commit df76004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ import PackageDescription
let package = Package(
[...]
dependencies: [
.Package(url: "https://github.com/reactor-swift/Reactor.git", majorVersion: XYZ)
.Package(url: "https://github.com/ReactorSwift/Reactor.git", majorVersion: XYZ)
]
)
```
Expand All @@ -215,7 +215,7 @@ let package = Package(
To integrate `Reactor` in your App using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:

```
github "reactor-swift/Reactor" ~> X.Y.Z
github "ReactorSwift/Reactor" ~> X.Y.Z
```

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

0 comments on commit df76004

Please sign in to comment.