From 0b1737ea404e6c1a9a6170a5f45b02f13a6c62ce Mon Sep 17 00:00:00 2001 From: Remigiusz Dymecki Date: Wed, 5 Apr 2017 15:42:16 +0200 Subject: [PATCH] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a950b6b4e1..682953ba07 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ To control phone calls, your application needs to output Language"). Use `twilio.twiml.Response` to easily create such responses. ```python -from twilio.twilio.voice_response import VoiceResponse +from twilio.twiml.voice_response import VoiceResponse r = VoiceResponse() r.say("Welcome to twilio!")