diff options
| author | Brendan G. Lim | 2010-08-29 14:31:07 -0500 |
|---|---|---|
| committer | Brendan G. Lim | 2010-08-29 14:31:07 -0500 |
| commit | ce2dafa35550f1667ef5601111df02d42c88ec50 (patch) | |
| tree | 2df02723c0b68f7f4db6d84092a441ac5efe0ff0 /README.rdoc | |
| parent | d8acf9b94029c53f68b6caa316291ebaede69b8d (diff) | |
| download | sms-fu-ce2dafa35550f1667ef5601111df02d42c88ec50.tar.bz2 | |
updating READMEv1.1.1
Diffstat (limited to 'README.rdoc')
| -rw-r--r-- | README.rdoc | 5 |
1 files changed, 3 insertions, 2 deletions
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) |
