From 5468bc2ba2ff22804167c0303293c0792fd83358 Mon Sep 17 00:00:00 2001 From: Cesar de la Vega Date: Mon, 24 Jul 2023 20:14:51 +0200 Subject: [PATCH] Update examples/CustomEntitlementComputationSample/README.md Co-authored-by: Andy Boedo --- examples/CustomEntitlementComputationSample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CustomEntitlementComputationSample/README.md b/examples/CustomEntitlementComputationSample/README.md index 07b8c4197..75d6dd5fe 100644 --- a/examples/CustomEntitlementComputationSample/README.md +++ b/examples/CustomEntitlementComputationSample/README.md @@ -24,7 +24,7 @@ always be calling configure only when the appUserID is already known. - Update the `applicationId` in `defaultConfig` of the app-level build.gradle to match your RevenueCat app configuration. - Have at least one Offering with at least one Package configured for Android, since this is the one that the purchase button will use. -Once configured correctly, the app will allow you to log in with different users, and will show a list of all the times CustomerInfoListener fired, as well as +Once configured correctly, the app will allow you to log in with different users, and will show a list of all the times `CustomerInfoListener` fired, as well as the values for each one. Happy testing!