README.rdoc in indentation-0.0.2 vs README.rdoc in indentation-0.0.3
- old
+ new
@@ -2,11 +2,11 @@
* http://github.com/samueldana/indentation
== DESCRIPTION:
-A small library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings. Has the capability of working with multi-line strings. If you frequently use String arrays to manipulate text, see synopsis below for examples of how indentation can make your life easier.
+A small library of extensions to Ruby's Array and String classes that allow indentation manipulation of Strings and Arrays of Strings. Has the capability of working with multi-line strings. If you frequently use String arrays to manipulate text, see synopsis (In README.rdoc) for examples of how indentation can make your life easier.
== SYNOPSIS:
=== Indent
@@ -94,17 +94,15 @@
# lazy
# typist
== REQUIREMENTS:
-* rake (for installation)
+* none
== INSTALL:
-* git clone git://github.com/samueldana/indentation.git
-* cd indentation
-* rake install_gem
- * Or if using rvm: rake rvm_install_gem (doesn't use sudo)
+* [sudo] gem install indentation
+ * (Use sudo unless using rvm)
== LICENSE:
(The MIT License)
\ No newline at end of file