Skip to content

Commit 5e586f6

Browse files
committed
README typo
1 parent ef4e11a commit 5e586f6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ DerivedData
2020
*.o
2121
.swiftpm/
2222
docs/docsets
23+
*.xcframework
2324

2425
timeline.xctimeline
2526
.vscode

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ let searchResults = searchBar.rx.text.orEmpty
102102
return .just([])
103103
}
104104
return searchGitHub(query)
105-
.catchErrorJustReturn([])
105+
.catchAndReturn([])
106106
}
107-
.observeOn(MainScheduler.instance)</pre></div></td>
107+
.observe(on: MainScheduler.instance)</pre></div></td>
108108
</tr>
109109
<tr>
110110
<td>... then bind the results to your tableview</td>
@@ -127,7 +127,7 @@ searchResults
127127
* Xcode 12.x
128128
* Swift 5.x
129129

130-
For Xcode 11 and below, [use RxSwift 5.x](https://github.com/ReactiveX/RxSwift/releases/tag/5.0.1).
130+
For Xcode 11 and below, [use RxSwift 5.x](https://github.com/ReactiveX/RxSwift/releases/tag/5.1.1).
131131

132132
## Installation
133133

@@ -165,8 +165,6 @@ $ pod install
165165

166166
### [Carthage](https://github.com/Carthage/Carthage)
167167

168-
Officially supported: Carthage 0.33 and up.
169-
170168
Add this to `Cartfile`
171169

172170
```

0 commit comments

Comments
 (0)