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 ```