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