Skip to content

Commit 635a8a5

Browse files
authored
Merge pull request ReactiveCocoa#3125 from ReactiveCocoa/NachoSoto-patch-1-1
Update README for RAC 5 and Swift
2 parents d98489a + 42db7bf commit 635a8a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](Logo/header.png)
22

3-
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![GitHub release](https://img.shields.io/github/release/ReactiveCocoa/ReactiveCocoa.svg)](https://github.com/ReactiveCocoa/ReactiveCocoa/releases) ![Swift 2.2.x](https://img.shields.io/badge/Swift-2.2.x-orange.svg) ![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20OS%20X%20%7C%20watchOS%20%7C%20tvOS%20-lightgrey.svg)
3+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![GitHub release](https://img.shields.io/github/release/ReactiveCocoa/ReactiveCocoa.svg)](https://github.com/ReactiveCocoa/ReactiveCocoa/releases) ![Swift 3.0.x](https://img.shields.io/badge/Swift-3.0.x-orange.svg) ![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20OS%20X%20%7C%20watchOS%20%7C%20tvOS%20-lightgrey.svg)
44

55
ReactiveCocoa (RAC) is a Cocoa framework inspired by [Functional Reactive Programming](https://en.wikipedia.org/wiki/Functional_reactive_programming). It provides APIs for composing and transforming **streams of values over time**.
66

@@ -24,8 +24,8 @@ own](https://github.com/ReactiveCocoa/ReactiveCocoa/issues/new)!
2424

2525
#### Compatibility
2626

27-
This documents the RAC 4 which targets `Swift 2.2.x`. For `Swift 1.2` support see [RAC
28-
3](https://github.com/ReactiveCocoa/ReactiveCocoa/tree/v3.0.0).
27+
This documents the RAC 5 which targets `Swift 3.0.x`. For `Swift 2.x` support see [RAC
28+
4](https://github.com/ReactiveCocoa/ReactiveCocoa/tree/v4.0.0).
2929

3030
## Introduction
3131

0 commit comments

Comments
 (0)