Skip to content

Commit

Permalink
Add missing comma.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 27, 2018
1 parent 8cb84e7 commit 2555f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/README.md
Expand Up @@ -55,7 +55,7 @@ directly in the options array:
use Cake\Database\Connection;

$connection = new Connection([
'driver' => 'Cake\Database\Driver\Sqlite'
'driver' => 'Cake\Database\Driver\Sqlite',
'database' => '/path/to/file.db'
]);
```
Expand Down

0 comments on commit 2555f59

Please sign in to comment.