Skip to content

Commit 224ec6d

Browse files
hmndjoshnuss
authored andcommitted
docs: add @stripe/stripe-js install requirement
1 parent 801119c commit 224ec6d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/routes/+page.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ Links:
1717

1818
## Installation
1919

20-
To configure your project, add these 2 packages:
20+
To configure your project, add these 3 packages:
2121

2222
```bash
23-
pnpm install -D stripe svelte-stripe
23+
pnpm install -D stripe @stripe/stripe-js svelte-stripe
2424
```
2525

26-
- [stripe](https://npmjs.org/package/stripe) is the official server-side version of Stripe.
26+
- [stripe](https://npmjs.org/package/stripe) is Stripe's official server-side library.
27+
- [@stripe/stripe-js](https://www.npmjs.com/package/@stripe/stripe-js) is Stripe's official client-side library.
2728
- [svelte-stripe](https://npmjs.org/package/svelte-stripe) is the community-supported wrapper for Stripe Elements.
2829

2930
## Docs

0 commit comments

Comments
 (0)