Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 8, 2011
1 parent 6543990 commit 6dcfba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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);
}];
Expand All @@ -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.

0 comments on commit 6dcfba8

Please sign in to comment.