diff --git a/.changeset/pink-bugs-clean.md b/.changeset/pink-bugs-clean.md new file mode 100644 index 00000000..9b2724d4 --- /dev/null +++ b/.changeset/pink-bugs-clean.md @@ -0,0 +1,5 @@ +--- +'@shopify/discount-app-components': patch +--- + +update readme with app provider links diff --git a/README.md b/README.md index 5af3bb87..75647a42 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ yarn add @shopify/discount-app-components /> ``` -2. This library contains a number of locale-specific components, and you will be required to pass a `locale` and a `ianaTimezone` to the discounts AppProvider. Also, this library will require you to wrap your app in a Polaris AppProvider and an AppBridge AppProvider. A full example of an app root can be found below: +2. This library contains a number of locale-specific components, and you will be required to pass a `locale` and a `ianaTimezone` to the discounts AppProvider. Also, this library will require you to wrap your app in a [Polaris AppProvider](https://polaris.shopify.com/components/app-provider) and an [AppBridge AppProvider](https://shopify.dev/apps/tools/app-bridge/getting-started/using-react#provider). A full example of an app root can be found below: ```js import {Page, AppProvider as PolarisAppProvider} from '@shopify/polaris';