diff --git a/README.md b/README.md index c281002..2844579 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For example, you can create business models with different pricing tiers, e.g.: - Price 1: 20 USD per month - Price 2: 200 USD per year -Optionally, to speed up the setup, we have added a [fixtures file](fixtures/stripe-fixtures.json) to bootstrap test product and pricing data in your Stripe account. The [Stripe CLI](https://stripe.com/docs/stripe-cli#install) `fixtures` command executes a series of API requests defined in this JSON file. Simply run `stripe fixtures stripe_bootstrap/stripe-fixtures.json`. +Optionally, to speed up the setup, we have added a [fixtures file](stripe_bootstrap/stripe-fixtures.json) to bootstrap test product and pricing data in your Stripe account. The [Stripe CLI](https://stripe.com/docs/stripe-cli#install) `fixtures` command executes a series of API requests defined in this JSON file. Simply run `stripe fixtures stripe_bootstrap/stripe-fixtures.json`. **Important:** Make sure that you've configured your Stripe webhook correctly and redeployed with all needed environment variables.