From 34191a8446a4026ed0a8cfb58193264b2094c20c Mon Sep 17 00:00:00 2001 From: David Wilkie Date: Wed, 13 Oct 2010 21:48:09 +0700 Subject: [PATCH] words --- README.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 932907c..4d7a426 100644 --- a/README.markdown +++ b/README.markdown @@ -10,9 +10,9 @@ tropo_message is a tiny gem that simplifies sending messages using [Tropo](http: message.text = "message to send" ### Send the message to listener - post("http://api.tropo.com/1.0/sessions", "message.request_xml") + post("http://api.tropo.com/1.0/sessions", message.request_xml) -See also: http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi/ +See also: http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi ### Receive message and responding to Tropo (inside your listener) tropo_session = Tropo::Generator.parse(raw_json) @@ -27,13 +27,14 @@ See also: http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi/ See also: http://github.com/voxeo/tropo-webapi-ruby -http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi/ +http://blog.tropo.com/2010/09/10/how-to-sending-an-sms-using-webapi ### More documentation? Check out the [source](http://github.com/dwilkie/tropo_message/blob/master/lib/tropo_message.rb). It's tiny and easy to read. ### Installation gem install tropo_message + require 'tropo_message' ## Copyright