Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trag-stripe authored Sep 18, 2020
1 parent f41ee51 commit 6f8b4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage-based-subscriptions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Copy the `.env.example` file into a file named `.env` in the folder of the serve
cp .env.example server/node/.env
```

You will need a Stripe account in order to run the demo. Once you set up your account, go to the Stripe [developer dashboard](https://stripe.com/docs/development#api-keys) to find your API keys.
You will need a Stripe account in order to run the demo. Once you set up your account, go to the Stripe [developer dashboard](https://stripe.com/docs/development/quickstart#api-keys) to find your API keys.

```
STRIPE_PUBLISHABLE_KEY=<replace-with-your-publishable-key>
Expand Down

0 comments on commit 6f8b4bf

Please sign in to comment.