Update README.md

Minor fix to callback arguments. NSData included now.
This commit is contained in:
Tony Issakov 2013-07-07 12:46:04 +08:00
parent 42468464b5
commit b54f530925
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ It's also possible to use the async image downloader independently:
{
// progression tracking code
}
completed:^(UIImage *image, NSError *error, BOOL finished)
completed:^(UIImage *image, NSData *data, NSError *error, BOOL finished)
{
if (image && finished)
{