Skip to content

Commit

Permalink
Fix instructions for env var file location in example app (stripe#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-stripe authored and arekkubaczkowski committed Jun 29, 2022
1 parent 6c4821b commit a33773a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export default withStripeTerminal(PaymentScreen);
- Install the dependencies
- `yarn bootstrap`
- Set your api key in your environment
- `cp sample/.env.example sample/.env`
- `cp example/.env.example example/.env`
- edit `.env`
- Start the backend
- `yarn example start:server`
Expand Down

0 comments on commit a33773a

Please sign in to comment.