From 2f7b70cb0dc9579f1a10abb6a18528c0d2649400 Mon Sep 17 00:00:00 2001 From: Matt Coneybeare Date: Tue, 15 Dec 2015 09:20:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 224eda9..e55f7c9 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ The `ArmchairShouldPromptClosure` passes you the keys and values Armchair used t Armchair.shouldPromptClosure(shouldPromptClosure: ArmchairShouldPromptClosure?) -In addition to the global `shouldPromptClosure`, the Armchair functions that trigger the presentation of the prompt (`showPrompt(ifNecessary: Bool)` and `userDidSignificantEvent()`) have their own closure based variant that allows you to customize whether or not this is an appropriate time to display the prompt. +In addition to the global `shouldPromptClosure`, the Armchair functions that trigger the presentation of the prompt (`showPromptIfNecessary` and `userDidSignificantEvent()`) have their own closure based variant that allows you to customize whether or not this is an appropriate time to display the prompt. Armchair.showPrompt(shouldPrompt: ArmchairShouldPromptClosure) Armchair.userDidSignificantEvent(shouldPrompt: ArmchairShouldPromptClosure)