Skip to content

Commit fcbf4e0

Browse files
committed
Updates README.md
1 parent 07cf856 commit fcbf4e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ To implement animations with RxDataSources, the same steps are required as with
126126

127127
## Requirements
128128

129-
Xcode 8.0 beta 6 (8S201h)
129+
Xcode 8.0 GM (8A218a)
130130

131131
For Swift 2.3 version please use versions `0.1 ... 0.9`
132132

@@ -138,12 +138,12 @@ For Swift 2.3 version please use versions `0.1 ... 0.9`
138138

139139
Podfile
140140
```
141-
pod 'RxDataSources', '~> 1.0.0.beta.1'
141+
pod 'RxDataSources', '~> 1.0.0-beta.2'
142142
```
143143

144144
### Carthage
145145

146146
Cartfile
147147
```
148-
github "RxSwiftCommunity/RxDataSources"
148+
github "RxSwiftCommunity/RxDataSources" "1.0.0-beta.2"
149149
```

0 commit comments

Comments
 (0)