From ff470a21fc3b59034e8d0236ee94bc97c924d033 Mon Sep 17 00:00:00 2001 From: Roman Efimov Date: Thu, 28 Feb 2013 18:03:43 -0600 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cb3409..523fa43 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ RETableViewSection *section2 = [[RETableViewSection alloc] initWithHeaderTitle:@ section2.footerTitle = @"Hey, I'm a footer"; [_tableViewManager addSection:section2]; - -// You can create custom mappings +// It's super easy to create custom mappings, for example +// this how all matched NSString objects are matched with RETableViewStringCell // [_tableViewManager mapObjectClass:@"NSString" toTableViewCellClass:@"RETableViewStringCell"]; ```