diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-11-07 09:51:47 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-11-07 09:51:47 +0000 |
commit | 6ab9f2bb407194ada0973301d55525ad79e1ff78 (patch) | |
tree | d74228ddf0dc9c1f376ac3a44e3cbd04272a47d5 /activesupport | |
parent | 3c8d425bb23db54f82b1e9711428d42d3922287d (diff) | |
download | rails-6ab9f2bb407194ada0973301d55525ad79e1ff78.tar.gz rails-6ab9f2bb407194ada0973301d55525ad79e1ff78.tar.bz2 rails-6ab9f2bb407194ada0973301d55525ad79e1ff78.zip |
Fix READMEs (closes #2680) [coffee2code]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2908 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activesupport/README b/activesupport/README index ed949eab52..9fb9a80cbe 100644 --- a/activesupport/README +++ b/activesupport/README @@ -18,8 +18,8 @@ Documentation can be found at == Installation -The prefered method of installing Active Support is through its GEM file. You'll need to have -RubyGems[http://rubygems.rubyforge.org/wiki/wiki.pl] installed for that, though. If you have, +The preferred method of installing Active Support is through its GEM file. You'll need to have +RubyGems[http://rubygems.rubyforge.org/wiki/wiki.pl] installed for that, though. If you have it, then use: % [sudo] gem install activesupport-1.0.0.gem @@ -40,4 +40,4 @@ RubyForge page at http://rubyforge.org/projects/activesupport. And as Jim from R new feature to be submitted in the form of new unit tests. For other information, feel free to ask on the ruby-talk mailing list -(which is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com.
\ No newline at end of file +(which is mirrored to comp.lang.ruby) or contact mailto:david@loudthinking.com. |