diff --git a/README.md b/README.md index 081fff7..1cbef07 100644 --- a/README.md +++ b/README.md @@ -296,9 +296,13 @@ The `reviewURLString()` function is the review URL string, generated by substitu Armchair.ratingConditionsHaveBeenMet() -> Bool -`resetCounters()` resets all counters manually. This resets UseCount, SignificantEventCount and FirstUseDate (daysUntilPrompt). +`resetUsageCounters()` resets app usage counters. Calling this method resets UseCount, SignificantEventCount and FirstUseDate (daysUntilPrompt). - Armchair.resetCounters() + Armchair.resetUsageCounters() + +`resetAllCounters()` resets all counters. Calling thid method resets every value tracked by Armachair. + + Armchair.resetAllCounters() ##### iOS Only Functions