Skip to content

Commit

Permalink
docs: add @stripe/stripe-js install requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
hmnd authored and joshnuss committed May 5, 2024
1 parent 801119c commit 224ec6d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/routes/+page.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ Links:

## Installation

To configure your project, add these 2 packages:
To configure your project, add these 3 packages:

```bash
pnpm install -D stripe svelte-stripe
pnpm install -D stripe @stripe/stripe-js svelte-stripe
```

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

## Docs
Expand Down

0 comments on commit 224ec6d

Please sign in to comment.