Skip to content

Commit

Permalink
minor copy edit 0bdeddb
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Jun 15, 2011
1 parent 0bdeddb commit 045d9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/guides/source/getting_started.textile
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ development:
database: db/development.sqlite3
</yaml>

h5. Configuring an MySQL Database for JRuby Platform
h5. Configuring a MySQL Database for JRuby Platform

If you choose to use MySQL and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:

Expand All @@ -278,7 +278,7 @@ development:
password:
</yaml>

h5. Configuring an PostgreSQL Database for JRuby Platform
h5. Configuring a PostgreSQL Database for JRuby Platform

Finally if you choose to use PostgreSQL and using JRuby, your +config/database.yml+ will look a little different. Here's the development section:

Expand Down

0 comments on commit 045d9d2

Please sign in to comment.