mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 17:43:34 +08:00
Add missing operation start in README.md example. closes #1217
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user