diff --git a/README.md b/README.md index 47d17fa1..c4f793b1 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ Finally: if you find build, formatting or linting rules too tedious, you can dis - Optional: theme your Stripe integration - Change the colors and fonts to match your brand [here](https://dashboard.stripe.com/settings/branding) - Update your pricing plan data to align to your stripe data - - See `/src/routes/(marketing)/pricing/pricing.js` and Fill in all fields for each plan. stripe_price_id and stripe_product_id should only be omitted on a single “free” plan. Multiple free plans are not supported. + - See `/src/routes/(marketing)/pricing/pricing_plans.ts` and Fill in all fields for each plan. stripe_price_id and stripe_product_id should only be omitted on a single “free” plan. Multiple free plans are not supported. - The product in Stripe can contain several prices for the same product (annual, monthly, etc). The stripe_price_id you choose to put in this json will be the default we use for the checkout experience. However, if you have more prices configured for a product configured, the user can switch between them in the management portal. - Set the `defaultPlanId` to the plan the user will see as their “current plan” after signup, but before subscribing to a paid plan (typically “free”). It should align to the plan with no stripe_price_id. - if you want an item highlighted on `/pricing`, specify that plan ID in `/src/routes/(marketing)/pricing/+page.svelte`