From ad061c6d7553bb0df789d1c18a5e3feafd0419ca Mon Sep 17 00:00:00 2001 From: Tomas Mattia Date: Wed, 9 Feb 2022 11:32:14 -0800 Subject: [PATCH] Fix instructions for env var file location in example app --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a112cf9..1b9fb2b8 100644 --- a/README.md +++ b/README.md @@ -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`