aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/README.rdoc
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2012-04-10 13:07:23 +0530
committerArun Agrawal <arunagw@gmail.com>2012-04-10 13:07:23 +0530
commitb1c28d710521c6931abc2b394de34ac8a174d844 (patch)
treecc21252ce85d7d247f0a2831ab8b4b43cda99b3d /activeresource/README.rdoc
parente7671b5b7f941b99b940131f06fb78ad245375d7 (diff)
downloadrails-b1c28d710521c6931abc2b394de34ac8a174d844.tar.gz
rails-b1c28d710521c6931abc2b394de34ac8a174d844.tar.bz2
rails-b1c28d710521c6931abc2b394de34ac8a174d844.zip
README fix! [skip ci]
Diffstat (limited to 'activeresource/README.rdoc')
-rw-r--r--activeresource/README.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc
index c86289c5fe..93ec74bbc3 100644
--- a/activeresource/README.rdoc
+++ b/activeresource/README.rdoc
@@ -22,7 +22,7 @@ received and serialized into a usable Ruby object.
== Download and installation
-The latest version of Active Support can be installed with RubyGems:
+The latest version of Active Resource can be installed with RubyGems:
% [sudo] gem install activeresource
@@ -172,7 +172,7 @@ Destruction of a resource can be invoked as a class and instance method of the r
== License
-Active Support is released under the MIT license.
+Active Resource is released under the MIT license.
== Support