Skip to content

Commit 423926b

Browse files
requested changes
1 parent 7182d6c commit 423926b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ By default, this module will insert a `<script>` tag that loads Stripe.js from
5353
`https://js.stripe.com`. This happens as a side effect immediately upon
5454
importing this module. If you utilize code splitting or only include your
5555
JavaScript app on your checkout page, the Stripe.js script will only be
56-
available in parts of your site and you will need to take extra steps to ensure
57-
Stripe.js is available everywhere.
56+
available in parts of your site. To ensure Stripe.js is available everywhere,
57+
you can perform either of the following steps:
5858

5959
### Import as a side effect
6060

0 commit comments

Comments
 (0)