small formatting tweak
authorJoe O'Brien <joe@theedgecase.com>
Mon, 26 Jan 2009 20:28:25 +0000 (15:28 -0500)
committerJoe O'Brien <joe@theedgecase.com>
Mon, 26 Jan 2009 20:28:25 +0000 (15:28 -0500)
README.rdoc

index 0697854..642a4ca 100644 (file)
@@ -8,9 +8,9 @@ and do great things in the language.
 
 == The Structure
 
-The koans are broken out into areas by file, hashes are covered in +about_hashes.rb+
-modules are introduced in +about_modules.rb+, etc.  They are presented in order in the 
-+path_to_enlightenment.rb+ file.  
+The koans are broken out into areas by file, hashes are covered in about_hashes.rb
+modules are introduced in about_modules.rb, etc.  They are presented in order in the 
+path_to_enlightenment.rb file.  
 
 Each koan builds up your knowledge of Ruby and builds upon itself.  It will stop at 
 the first place you need to correct.