Skip to content

Commit bd510ae

Browse files
authored
Merge pull request #73 from kwosu87/patch-2
Fix typo in README.md
2 parents 7a5ae0b + 7b380a1 commit bd510ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Observable.just(sections)
121121
### Animations
122122
To implement animations with RxDataSources, the same steps are required as with non-animated data, execept:
123123
- SectionOfCustomData needs to conform to `AnimatableSectionModelType`
124-
- dataSource needs to be an instance of `RxTableViewSectionedAnimatedDataSource` or `RxTableViewSectionedAnimatedDataSource`
124+
- dataSource needs to be an instance of `RxTableViewSectionedAnimatedDataSource` or `RxCollectionViewSectionedAnimatedDataSource`
125125

126126

127127
## Requirements

0 commit comments

Comments
 (0)