Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix minor syntax error.
  • Loading branch information
ioquatix committed Jan 22, 2018
1 parent c297b3d commit 300a1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,8 +35,8 @@ task :environment do
# This key must be a string or it will not be matched by ActiveRecord:
'development' => {
# Using symbols for keys is fixed by this gem.
adapter: => 'sqlite3',
database: => 'db/development.db'
adapter: 'sqlite3',
database: 'db/development.db'
}
}

Expand Down

0 comments on commit 300a1e8

Please sign in to comment.