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!")