diff options
Diffstat (limited to 'README.rdoc')
| -rw-r--r-- | README.rdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/README.rdoc b/README.rdoc index 5355cbc..4fd00b5 100644 --- a/README.rdoc +++ b/README.rdoc @@ -17,7 +17,7 @@ and many more ...  Add this this one line to the controller you want to be able to use SMS Fu in.      class ExampleController < ApplicationController -      include SMSFu +      has_sms_fu      end  Modify sms_fu.yml in your config folder with your reply-to e-mail address. | 
