Skip to content

Commit

Permalink
Merge pull request #11515 from prathamesh-sonpatki/edit-index-page
Browse files Browse the repository at this point in the history
Removed information about creating database [ci skip]
  • Loading branch information
senny committed Jul 21, 2013
2 parents 5291569 + e33defc commit 02e8dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/lib/rails/templates/rails/welcome/index.html.erb
Expand Up @@ -232,8 +232,8 @@
</li>

<li>
<h2>Create your database</h2>
<p>Run <code>rake db:create</code> to create your database. If you're not using SQLite (the default), edit <span class="filename">config/database.yml</span> with your username and password.</p>
<h2>Configure your database</h2>
<p>If you're not using SQLite (the default), edit <span class="filename">config/database.yml</span> with your username and password.</p>
</li>
</ol>
</div>
Expand Down

0 comments on commit 02e8dae

Please sign in to comment.