aboutsummaryrefslogtreecommitdiffstats
path: root/README.rdoc
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-07-31 12:06:00 +0200
committerXavier Noria <fxn@hashref.com>2010-07-31 12:06:00 +0200
commitf7f5299ee6f83fe92e8ea30a3642149c03357f82 (patch)
tree3eff6a64876cf7cdc5813073c5171149a3ac3096 /README.rdoc
parent3d7099891f07395ed889e7da9e13b3ff9244d539 (diff)
downloadrails-f7f5299ee6f83fe92e8ea30a3642149c03357f82.tar.gz
rails-f7f5299ee6f83fe92e8ea30a3642149c03357f82.tar.bz2
rails-f7f5299ee6f83fe92e8ea30a3642149c03357f82.zip
use the same amount of left indent in all code blocks of README.rdoc
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rdoc b/README.rdoc
index 41ba12fa42..3c7c6438d4 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -30,7 +30,7 @@ link:files/vendor/rails/actionpack/README.html.
1. Install Rails at the command prompt if you haven't yet:
- gem install rails
+ gem install rails
2. At the command prompt, create a new Rails application:
@@ -46,7 +46,7 @@ link:files/vendor/rails/actionpack/README.html.
4. Go to http://localhost:3000/ and you'll see:
- "Welcome aboard: You're riding Ruby on Rails!"
+ "Welcome aboard: You're riding Ruby on Rails!"
5. Follow the guidelines to start developing your application. You can find
the following resources handy: