removed a stray ] in the sample source code

In the README file, at line 193, at the end there is a stray ] which I removed, nothing major :)
This commit is contained in:
Ali Moeeny
2013-02-18 14:01:39 -05:00
parent 524a9f400d
commit 972ea56cfb

View File

@@ -190,7 +190,7 @@ RKObjectRequestOperation *operation = [[RKObjectRequestOperation alloc] initWith
NSLog(@"Mapped the article: %@", article);
} failure:^(RKObjectRequestOperation *operation, NSError *error) {
NSLog(@"Failed with error: %@", [error localizedDescription]);
}];]
}];
```
### Managed Object Request