Skip to content

Commit 25821a3

Browse files
authored
Removes reference to secret key (#303)
1 parent b240f5e commit 25821a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/welcome/getting-started-client-mode.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ or
1313
yarn add use-shopping-cart
1414
```
1515

16-
The package needs to be configured with your account's secret key, which is available in the [Stripe Dashboard](https://dashboard.stripe.com/apikeys). Require it with the key's value.
16+
The package needs to be configured with your account's publishable key, which is available in the [Stripe Dashboard](https://dashboard.stripe.com/apikeys). Require it with the key's value.
1717

1818
At the root level of your app, wrap your root component in the `<CartProvider />`
1919

0 commit comments

Comments
 (0)