diff --git a/README.md b/README.md index a16cfb8..6be3637 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Edit your Podfile and add RETableViewManager: ``` bash platform :ios, '6.0' -pod 'RETableViewManager', '~> 0.1.0' +pod 'RETableViewManager', '~> 1.0.0' ``` Install into your Xcode project: @@ -395,7 +395,6 @@ find out how default mapping is performed: } ``` - Your custom items should be subclassed from `RETableViewItem`. Custom cells should be subclassed from `RETableViewCell`. These are 2 base classes that provide all necessary logic to bound your subclasses together.