Skip to content

Commit

Permalink
Add missing operation start in README.md example. closes RestKit#1217
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Feb 22, 2013
1 parent 47eed61 commit 15cc733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15cc733

Please sign in to comment.