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