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