Merge pull request #11515 from prathamesh-sonpatki/edit-index-page

Removed information about creating database [ci skip]
This commit is contained in:
Yves Senn 2013-07-21 03:51:56 -07:00
commit 02e8dae627

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