From b8fd231601b042b3514dea776978b1591b9f534e Mon Sep 17 00:00:00 2001 From: Michael Cavallaro Date: Thu, 15 Aug 2024 00:45:01 -0600 Subject: [PATCH] chore: Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5de701..cbe5f5d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ import com.commandbar.android.HelpHubWebView; - `orgId` (required): Your Organization ID from [CommandBar](https://app.commandbar.com) - `spinnerColor` (optional): Optionally specify a color to render the loading Spinner - `articleId` (optional): Optionally specify an article ID to open a specific article in HelpHub -- `onFallbackAction` (optional): A callback function to receive an event when a Fallback CTA is interacted with +- `onFallbackAction` (optional): A callback function to receive an event when a Fallback CTA is interacted with in HelpHub/Copilot ### `HelpHubWebView` @@ -54,7 +54,7 @@ import com.commandbar.android.HelpHubWebView; - `orgId` (required): Your Organization ID from [CommandBar](https://app.commandbar.com) - `spinnerColor` (optional): Optionally specify a color to render the loading Spinner - `articleId` (optional): Optionally specify an article ID to open a specific article in HelpHub -- `onFallbackAction` (optional): A callback function to receive an event when a Fallback CTA is interacted with +- `onFallbackAction` (optional): A callback function to receive an event when a Fallback CTA is interacted with HelpHub/Copilot ### Run the Example