From 08d1d4ffc1e82b2eae14b2b6e0e61a9db3579eb2 Mon Sep 17 00:00:00 2001 From: "C. Bess" Date: Mon, 31 Mar 2014 22:23:43 -0500 Subject: [PATCH] Update README.md - fix title string --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f9130c..a7f89be 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Get your `UITableView` up and running in several lines of code: // Add a basic cell with disclosure indicator // - [section addItem:[RETableViewItem itemWithTitle:"String cell" accessoryType:UITableViewCellAccessoryDisclosureIndicator selectionHandler:^(RETableViewItem *item) { + [section addItem:[RETableViewItem itemWithTitle:@"String cell" accessoryType:UITableViewCellAccessoryDisclosureIndicator selectionHandler:^(RETableViewItem *item) { NSLog(@"Test: %@", item); }]];