From 15cc733bfa3c2ee9b1fc868c6851037e5e3d2826 Mon Sep 17 00:00:00 2001 From: Blake Watters Date: Thu, 21 Feb 2013 23:05:54 -0500 Subject: [PATCH] Add missing operation start in README.md example. closes #1217 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 148835bb94..b68a2b1e34 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ RKObjectRequestOperation *operation = [[RKObjectRequestOperation alloc] initWith } failure:^(RKObjectRequestOperation *operation, NSError *error) { NSLog(@"Failed with error: %@", [error localizedDescription]); }]; +[operation start]; ``` ### Managed Object Request