Skip to content

Commit

Permalink
Update text to refer to new RAC versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erich Grunewald committed Feb 10, 2017
1 parent 7c31ba2 commit 23f708f
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 @@ -314,14 +314,14 @@ Whether it means kicking off a backend request or deserializing a large file fro
If you're using [ReactiveCocoa][reactivecocoa-github], `SignalProducer` is a natural choice for the return type. For instance, fetching gigs for a given artist would yield the following signature:
Swift + RAC 3:
Swift + ReactiveSwift:
```swift
func fetchGigs(for artist: Artist) -> SignalProducer<[Gig], Error> {
// ...
}
```

ObjectiveC + RAC 2:
ObjectiveC + ReactiveObjC:
```objective-c
- (RACSignal<NSArray<Gig *> *> *)fetchGigsForArtist:(Artist *)artist {
// ...
Expand Down

0 comments on commit 23f708f

Please sign in to comment.