From ce2dafa35550f1667ef5601111df02d42c88ec50 Mon Sep 17 00:00:00 2001 From: Brendan G. Lim Date: Sun, 29 Aug 2010 14:31:07 -0500 Subject: updating README --- README.rdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.rdoc') diff --git a/README.rdoc b/README.rdoc index 632f345..c1b12af 100644 --- a/README.rdoc +++ b/README.rdoc @@ -91,7 +91,8 @@ limitation. Some of these carriers are include, Mobitel, Etisalat, T-Mobile (Ne * You can view more pony 'via_options' at http://github.com/benprew/pony -* Basic delivery + +* Basic SMS delivery sms_fu.deliver("5558675309","at&t","message") @@ -108,7 +109,7 @@ limitation. Some of these carriers are include, Mobitel, Etisalat, T-Mobile (Ne * You can retrieve just the formatted address to use in your own mailer. - sms_fu.sms_address("5558675309","at&t") # => "5558675309@txt.att.net" + SMSFu.sms_address("5558675309","at&t") # => "5558675309@txt.att.net" == View Helpers (Rails) -- cgit v1.2.3