aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2015-12-21 15:56:24 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2015-12-21 15:56:24 +0530
commitc8fe4edae793c9ab82d551ecb98b545363881632 (patch)
tree95e7eba9286b64dae3da5817693cdccf5912df90 /guides/source/command_line.md
parent537ac7d6ade61e95f2b70685ff2236b7de965bab (diff)
downloadrails-c8fe4edae793c9ab82d551ecb98b545363881632.tar.gz
rails-c8fe4edae793c9ab82d551ecb98b545363881632.tar.bz2
rails-c8fe4edae793c9ab82d551ecb98b545363881632.zip
[ci skip] `rails new project` generates README.md now
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index e85f9fc9c6..eb9bf3fa18 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -39,7 +39,7 @@ INFO: You can install the rails gem by typing `gem install rails`, if you don't
```bash
$ rails new commandsapp
create
- create README.rdoc
+ create README.md
create Rakefile
create config.ru
create .gitignore
@@ -584,8 +584,8 @@ $ rails new . --git --database=postgresql
create tmp/pids
create Rakefile
add 'Rakefile'
- create README.rdoc
-add 'README.rdoc'
+ create README.md
+add 'README.md'
create app/controllers/application_controller.rb
add 'app/controllers/application_controller.rb'
create app/helpers/application_helper.rb