not sure why the extra line was thrown in...
authorMatthew Boston <matthew.boston@gmail.com>
Fri, 27 Jan 2012 15:34:00 +0000 (10:34 -0500)
committerMatthew Boston <matthew.boston@gmail.com>
Fri, 27 Jan 2012 15:34:00 +0000 (10:34 -0500)
README.rdoc

index c4cb978..f8208bc 100644 (file)
@@ -46,13 +46,11 @@ around 1.8.6 or more). Any version of rake will do.
 A fresh checkout will not include the koans, you will need to generate
 them.
 
-    [ruby_koans] $ rake gen                       # generates the
-    koans directory
+    [ruby_koans] $ rake gen                       # generates the koans directory
 
 If you need to regenerate the koans, thus wiping your current `koans`,
 
-    [ruby_koans] $ rake regen                     # regenerates the
-    koans directory, wiping the original
+    [ruby_koans] $ rake regen                     # regenerates the koans directory, wiping the original
 
 == The Path To Enlightenment