Update README.md

This commit is contained in:
Roman Efimov
2013-06-18 11:10:28 -05:00
parent d032ee048d
commit 534e1dab4e

View File

@@ -242,7 +242,7 @@ RETableViewSection *section = [RETableViewSection sectionWithHeaderView:myCustom
### Item to Cell Mapping Example
It's super easy to create custom mappings, the concept is similiar to `UICollectionView`.
For example, this how all `NSString` objects are being mapped with `RETableViewCell`:
For example, this how all `NSString` objects are being mapped to `RETableViewCell`:
``` objective-c
_tableViewManager[@"NSString"] = @"RETableViewCell";