From 9baf9c1d328120e36e9852a104fe845e19f0e623 Mon Sep 17 00:00:00 2001 From: Mit Suthar Date: Thu, 14 Mar 2024 09:36:56 -0400 Subject: [PATCH] Updated embedded-component readme --- apps/embedded-catalog/react/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/embedded-catalog/react/README.md b/apps/embedded-catalog/react/README.md index 656273243..c1e8f2e20 100644 --- a/apps/embedded-catalog/react/README.md +++ b/apps/embedded-catalog/react/README.md @@ -1,7 +1,7 @@ ## Embedded Catalog of Providers (React) -It is a React component aimed to be used in any of your pages so end-users can connect their 3rd parties in 1-click ! +It is a React component aimed to be used in any of your pages so end-users can connect their 3rd parties in 1-click! ## Installation @@ -32,12 +32,15 @@ import PanoraProviderCard from "@panora/embedded-card-react"; ## Use the component +- The `optionalApiUrl` is an optional prop to use the component with the self-hosted version of Panora. + ```bash ```