Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlevent authored Dec 10, 2021
1 parent 26a4e06 commit 4681010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ composer require mlevent/pdb
```php
$db = new \Mlevent\Pdb([
'database' => 'ecommerce',
'username' => 'root'
'username' => 'root',
'password' => 'test',
'charset' => 'utf8'
]);
Expand Down

0 comments on commit 4681010

Please sign in to comment.