Fixes data source link in `GerringStarted.md`.
This commit is contained in:
parent
f9663df3bf
commit
09eb8803d4
|
|
@ -1130,12 +1130,10 @@ public struct Logging {
|
|||
}
|
||||
```
|
||||
|
||||
## RxDataSourceStarterKit
|
||||
## RxDataSources
|
||||
|
||||
... is a set of classes that implement fully functional reactive data sources for `UITableView`s and `UICollectionView`s.
|
||||
|
||||
Source code, more information and rationale why these classes are separated into their directory can be found [here](../RxExample/RxDataSourceStarterKit).
|
||||
|
||||
Using them should come down to just importing all of the files into your project.
|
||||
RxDataSources are bundled [here](https://github.com/RxSwiftCommunity/RxDataSources).
|
||||
|
||||
Fully functional demonstration how to use them is included in the [RxExample](../RxExample) project.
|
||||
|
|
|
|||
Loading…
Reference in New Issue