diff --git a/README.md b/README.md index 9634327..211a21f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ForrstAPI only requires you to import ForrstAPI.h and then can be initialized by Can be called as so: [[ForrstAPI engine] stats:^(NSUInteger rateLimit, NSInteger callsMade) { - NSLog(@"%d/%d; calls out of total limit", rateLimit, callsMade); + NSLog(@"%d/%d; calls out of total limit", callsMade, rateLimit); } fail:^(NSError *error) { NSLog(@"Failed with an error: %@", error); }]; @@ -43,4 +43,4 @@ ForrstAPI comes with logging for all calls and requests. It can be turned on an #### Cache -ForrstAPI has a built in cache for images (both snaps and avatars), they're automatic upon requesting any snap or avatar from their respective instances. +ForrstAPI has a built in cache for images (both snaps and avatars), they're automatic upon requesting any snap or avatar from their respective instances. \ No newline at end of file