aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-12-21 11:29:42 +0100
committerYves Senn <yves.senn@gmail.com>2015-12-21 11:29:42 +0100
commit078d7c9de79dfa7f5758d52ae67c1157d8ecfe36 (patch)
treec275a5cf3e8afaf6f68ea25d3e0f0e0e08658ff7 /guides/source/command_line.md
parentfb3e1a6bc50f0c66541871bea8aa0366cc70f781 (diff)
parentc8fe4edae793c9ab82d551ecb98b545363881632 (diff)
downloadrails-078d7c9de79dfa7f5758d52ae67c1157d8ecfe36.tar.gz
rails-078d7c9de79dfa7f5758d52ae67c1157d8ecfe36.tar.bz2
rails-078d7c9de79dfa7f5758d52ae67c1157d8ecfe36.zip
Merge pull request #22719 from akshay-vishnoi/fix-docs
[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