diff --git a/README.md b/README.md index 885c95e85..25227b3f2 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,11 @@ First, update the provider selected in `commerce.config.json`: } } ``` +Add your provider to the list of supported providers in `framework/commerce/with-config.js`: + +``` +const PROVIDERS = ['bigcommerce', 'shopify', 'your-provider'] +``` Then, change the paths defined in `tsconfig.json` and update the `@framework` paths to point to the right folder provider: