diff options
author | Sukeerthi Adiga <sukeerthiadiga@gmail.com> | 2011-08-05 14:04:43 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:31 -0700 |
commit | b905f8c96326c86caafc20bec7e3722cf4813d2c (patch) | |
tree | cec3f21ca3f481b1c502d5e508b53aeb31f91229 /actionmailer | |
parent | 2579d8840507155988f39d36c265b65b94fc4d0f (diff) | |
download | rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.gz rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.bz2 rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.zip |
Rubygems => RubyGems
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 937b53a3b2..f48e77b4c7 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -135,7 +135,7 @@ The Base class has the full list of configuration options. Here's an example: == Download and installation -The latest version of Action Mailer can be installed with Rubygems: +The latest version of Action Mailer can be installed with RubyGems: % [sudo] gem install actionmailer |