[ci skip] `rails new project` generates README.md now

This commit is contained in:
Akshay Vishnoi 2015-12-21 15:56:24 +05:30
parent 537ac7d6ad
commit c8fe4edae7
1 changed files with 3 additions and 3 deletions

View File

@ -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