diff options
| -rw-r--r-- | README.rdoc | 14 | 
1 files changed, 5 insertions, 9 deletions
| diff --git a/README.rdoc b/README.rdoc index 5485ac0..ca834f7 100644 --- a/README.rdoc +++ b/README.rdoc @@ -28,14 +28,10 @@ etc.  Install sms_fu gem    sudo gem install sms_fu - -Require the sms_fu gem.  Please not that ActionMailer is required. - -  # Bundler -  gem "sms_fu" -  # Old School -  config.gem "sms_fu" +Add sms_fu.yml to your config folder (Rails only) + +  http://github.com/brendanlim/sms-fu/blob/master/templates/sms_fu.yml  Modify sms_fu.yml in your config folder with your reply-to e-mail address. @@ -78,7 +74,7 @@ That's it!  Now you're good to go.      SMSFu.sms_address("5558675309","at&t") # => "5558675309@txt.att.net" -== View Helpers +== View Helpers (Rails)  * Retrieve a collection of all carriers @@ -100,4 +96,4 @@ I want to thank the following individuals with their help with adding some patch  * Peter Boling (pboling)  * Mike (mic) -Copyright (c) 2008 Brendan G. Lim, Intridea, Inc., released under the MIT license +Copyright (c) 2010 Brendan G. Lim, Intridea, Inc., released under the MIT license | 
