@revenuecat/purchases-js 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -69,9 +69,9 @@ yarn link "@revenuecat/purchases-js"
69
69
  npm run storybook
70
70
  ```
71
71
 
72
- ### Environment Setup for Needs Payment Info Stories
72
+ ### Environment Setup for Purchase Stories
73
73
 
74
- > **Note:** This setup is only required if you need to test Storybook stories involving the `state-needs-payment-info` component.
74
+ > **Note:** This setup is only required if you need to test Storybook stories involving the `payment-entry` page.
75
75
 
76
76
  To run these specific stories, you'll need to set up some environment variables. There are two options:
77
77