Skip to content

Commit 053fffb

Browse files
committed
Merge branch 'master' of github.com:RxSwiftCommunity/RxDataSources
2 parents f153c92 + bd510ae commit 053fffb

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
@@ -123,7 +123,7 @@ Observable.just(sections)
123123
### Animations
124124
To implement animations with RxDataSources, the same steps are required as with non-animated data, execept:
125125
- SectionOfCustomData needs to conform to `AnimatableSectionModelType`
126-
- dataSource needs to be an instance of `RxTableViewSectionedAnimatedDataSource` or `RxTableViewSectionedAnimatedDataSource`
126+
- dataSource needs to be an instance of `RxTableViewSectionedAnimatedDataSource` or `RxCollectionViewSectionedAnimatedDataSource`
127127

128128

129129
## Requirements

0 commit comments

Comments
 (0)