From 6dcfba8fc74f74a63a3b60cf2b625846d10d089a Mon Sep 17 00:00:00 2001 From: = Date: Wed, 8 Jun 2011 02:14:01 -0400 Subject: [PATCH] first commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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