Skip to content

Commit

Permalink
Fix username key in database readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Apr 3, 2015
1 parent 639fcc4 commit 6d4e5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/README.md
Expand Up @@ -35,7 +35,7 @@ use Cake\Database\Driver\Mysql;

$driver = new Mysql([
'database' => 'test',
'login' => 'root',
'username' => 'root',
'password' => 'secret'
]);
$connection = new Connection([
Expand Down

0 comments on commit 6d4e5d2

Please sign in to comment.