From 188da8092581124970d2f5098d897dbe90a73b57 Mon Sep 17 00:00:00 2001 From: Kevin He Date: Mon, 8 May 2023 13:15:46 -0700 Subject: [PATCH] Update packages/commerce-sdk-react/README.md Co-authored-by: Joel Uong <88680517+joeluong-sfcc@users.noreply.github.com> --- packages/commerce-sdk-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/commerce-sdk-react/README.md b/packages/commerce-sdk-react/README.md index 9225016390..aa0812a75c 100644 --- a/packages/commerce-sdk-react/README.md +++ b/packages/commerce-sdk-react/README.md @@ -26,7 +26,7 @@ npm install @salesforce/commerce-sdk-react @tanstack/react-query ## ⚡️ Quickstart (PWA Kit) -To integration this library with your PWA Kit application you can use the `CommerceApiProvider` directly given that you use the `withReactQuery` higher order component to wrap your `AppConfig` component. Below is a snippet of how this is accomplished. +To integrate this library with your PWA Kit application you can use the `CommerceApiProvider` directly, given that you use the `withReactQuery` higher order component to wrap your `AppConfig` component. Below is a snippet of how this is accomplished. ```jsx // app/components/_app-config/index.jsx