Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected minor typo in README.txt
  • Loading branch information
nicklockwood committed Feb 5, 2011
1 parent 309079c commit 0012e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -63,7 +63,7 @@ Besides configuration, iRate has only one method, which is the following:

- (void)logEvent:(BOOL)deferPrompt;

This method can be called from anywhere in your app (after iRate has been configured) and increments the iRate significant event count. When the predefined number of events is reached the rating prompt will be shown. The optional deferPrompt parameter is used to determine if the prompt will be hown immediately (NO) or if the app will wait until the next launch (YES).
This method can be called from anywhere in your app (after iRate has been configured) and increments the iRate significant event count. When the predefined number of events is reached the rating prompt will be shown. The optional deferPrompt parameter is used to determine if the prompt will be shown immediately (NO) or if the app will wait until the next launch (YES).


Localisation
Expand Down

0 comments on commit 0012e68

Please sign in to comment.