aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/command_line.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-11 23:17:54 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-11 23:18:49 +0530
commit6887aed31bc4f60bdc3291acd8a2a7a9bca206db (patch)
treeabf014eb9f13eeb23f2b1d05c9644f6d564e122d /railties/guides/source/command_line.textile
parent75a9d88f5f4fea1e0a58655713208b5915a67eb9 (diff)
downloadrails-6887aed31bc4f60bdc3291acd8a2a7a9bca206db.tar.gz
rails-6887aed31bc4f60bdc3291acd8a2a7a9bca206db.tar.bz2
rails-6887aed31bc4f60bdc3291acd8a2a7a9bca206db.zip
update command line guide: generated README is now an rdoc
Diffstat (limited to 'railties/guides/source/command_line.textile')
-rw-r--r--railties/guides/source/command_line.textile6
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile
index d199eb91d2..58855bc80b 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -36,7 +36,7 @@ WARNING: You can install the rails gem by typing +gem install rails+, if you don
<shell>
$ rails new commandsapp
create
- create README
+ create README.rdoc
create .gitignore
create Rakefile
create config.ru
@@ -509,8 +509,8 @@ $ rails new . --git --database=postgresql
create tmp/pids
create Rakefile
add 'Rakefile'
- create README
-add 'README'
+ create README.rdoc
+add 'README.rdoc'
create app/controllers/application_controller.rb
add 'app/controllers/application_controller.rb'
create app/helpers/application_helper.rb