From 4a54e58a84c75e2cb9db33c301fea6520aaab80a Mon Sep 17 00:00:00 2001 From: ossowski Date: Fri, 5 Mar 2021 14:43:26 +0100 Subject: [PATCH] fix(readme): fix readme to prevent error during npm start --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfad652..2f9bb01 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,11 @@ To make these changes persist for every new terminal (on OS X), you can edit the On Windows, the easiest way to set permanent environment variables (as of Windows 8) is using the `setx` command. Note that there is no `=`, just the key and value separated by a space: - setx TWILIO_ACCOUNT_SID 'ACXXXXXXXXX' - setx TWILIO_AUTH_TOKEN 'XXXXXXXXX' - setx TWILIO_PHONE_NUMBER '+16518675309' + setx TWILIO_ACCOUNT_SID ACXXXXXXXXX + setx TWILIO_AUTH_TOKEN XXXXXXXXX + setx TWILIO_PHONE_NUMBER +16518675309 + +NOTE: Close your CMD session and reopen it before running application! ## Running the application