Add missing operation start in README.md example. closes #1217

This commit is contained in:
Blake Watters
2013-02-21 23:05:54 -05:00
parent 47eed616ef
commit 15cc733bfa

View File

@@ -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