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 ```