From 28685a3db1e18bda42358151a5833ee65c6b7473 Mon Sep 17 00:00:00 2001 From: Stuart Gilbert Date: Wed, 6 Apr 2022 15:21:40 -0700 Subject: [PATCH] It's not a push notification, it's a notification (#796) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 881c3e3f0..9020a1cdc 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ You can customize chucker providing an instance of a `ChuckerCollector`: // Create the Collector val chuckerCollector = ChuckerCollector( context = this, - // Toggles visibility of the push notification + // Toggles visibility of the notification showNotification = true, // Allows to customize the retention period of collected data retentionPeriod = RetentionManager.Period.ONE_HOUR