Skip to content

Commit

Permalink
Typo in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrader committed May 22, 2012
1 parent 9c2611a commit c2dcc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To install WebMatrix/ASP.NET Web Pages helpers, search for Twilio in the WebMatr
var response = new TwilioResponse(); var response = new TwilioResponse();
response.Say("Hello Monkey"); response.Say("Hello Monkey");
response.Play("http://demo.twilio.com/hellomonkey/monkey.mp3"); response.Play("http://demo.twilio.com/hellomonkey/monkey.mp3");
response.BeginGather(new { numDigits = 1, action = "hello-monkey-handle-key.php", method = "POST" }); response.BeginGather(new { numDigits = 1, action = "hello-monkey-handle-key.cshtml", method = "POST" });
response.Say("To speak to a real monkey, press 1. Press 2 to record your own monkey howl. Press any other key to start over."); response.Say("To speak to a real monkey, press 1. Press 2 to record your own monkey howl. Press any other key to start over.");
response.EndGather(); response.EndGather();


Expand Down

0 comments on commit c2dcc0b

Please sign in to comment.