diff options
| author | Brendan G. Lim | 2010-08-23 23:12:36 -0400 |
|---|---|---|
| committer | Brendan G. Lim | 2010-08-23 23:12:36 -0400 |
| commit | 36591f0eea341a46b48719e1aefa9f7b464a1b93 (patch) | |
| tree | 2cc28898177faa1e3c4cf07ae25490dbd4e09d13 /README.rdoc | |
| parent | f04b37c5fadbe2f4058782280cc622461b901c0d (diff) | |
| download | sms-fu-gem.tar.bz2 | |
Updating readmegem
Diffstat (limited to 'README.rdoc')
| -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 |
