From 635bd75a4a57d1f6da8f50723a4d8dfaa2195a91 Mon Sep 17 00:00:00 2001 From: Matthias Damm Date: Sun, 23 Feb 2020 08:55:38 +0100 Subject: [PATCH] fixed Readme anchors --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d4d430..889009d 100755 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Initialize the Terraform configuration files and run If you have not installed Terraform, follow the [Terraform Getting Started](https://learn.hashicorp.com/terraform/getting-started/install.html). -Add the Twilio variables listed in section [Configuraton Variables](#configuraton-variables) to the `terraform.tfvars` variables file. +Add the Twilio variables listed in section [Configuration Variables](#configuration-variables) to the `terraform.tfvars` variables file. Set your Heroku application name in the infrastructure description file `terraform_heroku.tf` @@ -134,7 +134,7 @@ Initialize your App Engine app with your project and choose its region: `gcloud app create --project=` -Add the Twilio variables listed in section [Configuraton Variables](#configuraton-variables) to the `app.yaml` variables file. +Add the Twilio variables listed in section [Configuration Variables](#configuration-variables) to the `app.yaml` variables file. Deploy the app on App Engine by running the following command. @@ -160,13 +160,13 @@ In the root directory create a file called '.env', then add the following to top `require('dotenv').config()` -In order to run the demo you will need to set the environment variables liste in Configuraton Variables](#configuraton-variables) +In order to run the demo you will need to set the environment variables liste in Configuration Variables](#configuration-variables) Start the application `npm start` -Before you can use the demo please open `http:///setup` and configure the application. The demo overview will be accessible at `http://`. Please note, if process.env.PORT is not set the applications runs on port 5000. +Before you can use the demo please open `http:///setup` and configure the application. The demo overview will be accessible at `http://`. Please note, if process.env.PORT is not set the applications runs on port 5000. If you are running the demo locally please remember that Twilio needs a publically-accessible address for webhooks, and the setup process registers these with Twilio. As such, you'll need to run something like ngrok instead of just hitting http://localhost:5000/. As you get new addresses from ngrok you'll need to also rerun the setup process to register the updated address with Twilio.