From 2f3e3cd0a3805f5b57844d5347cc4c3d35ee28c8 Mon Sep 17 00:00:00 2001 From: radii Date: Mon, 29 May 2017 13:24:53 -0700 Subject: [PATCH] remove phone_number from README The phone_number field was removed from the source code in bc783e5ee648e847b31e5bf263fad25758d8abf5, let's remove it from the docs as well. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 05af28e..ce19361 100755 --- a/README.md +++ b/README.md @@ -92,7 +92,6 @@ Clone this repo and update `lambda_function.py`. # lambda_function.py account_sid = "account_sid" # Twilio account SID auth_token = "auth_token" # Twilio auth token -phone_number = "phone_number" # Twilio phone number dynamodb = boto3.resource('dynamodb', '_region') # AWS region set in Pre-Requisites table_users = dynamodb.Table('table_name') # name of DyanmoDB created in Pre-Requisites ```