From 5bd2718833fa24937a7efe7bdf3299ce57e177ba Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Sat, 3 Aug 2013 11:00:36 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.