diff options
author | Xavier Noria <fxn@hashref.com> | 2014-11-27 00:45:16 -0800 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2014-11-27 00:45:16 -0800 |
commit | 4eefa1a0ac098c0391f305323fb1cf1c7495c907 (patch) | |
tree | 9ac29eff9e636608da943fb96337f35908451829 /railties | |
parent | 71dc93be15823c5e8cf5fd8e62ad3eeef988495f (diff) | |
download | rails-4eefa1a0ac098c0391f305323fb1cf1c7495c907.tar.gz rails-4eefa1a0ac098c0391f305323fb1cf1c7495c907.tar.bz2 rails-4eefa1a0ac098c0391f305323fb1cf1c7495c907.zip |
rails -> bin/rails in index.html
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/templates/rails/welcome/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/templates/rails/welcome/index.html.erb b/railties/lib/rails/templates/rails/welcome/index.html.erb index 89792066d5..6726c23fc9 100644 --- a/railties/lib/rails/templates/rails/welcome/index.html.erb +++ b/railties/lib/rails/templates/rails/welcome/index.html.erb @@ -237,7 +237,7 @@ <ol> <li> - <h2>Use <code>rails generate</code> to create your models and controllers</h2> + <h2>Use <code>bin/rails generate</code> to create your models and controllers</h2> <p>To see all available options, run it without parameters.</p> </li> |