diff --git a/README.md b/README.md index fabc5e1..d909ed6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Completely framework-agnostic and database-agnostic. ### Create a new instance ```php -// $db = new PDO('mysql:dbname=database;host=localhost;charset=utf8mb4', 'username', 'password'); +// $db = new PDO('mysql:dbname=my-database;host=localhost;charset=utf8mb4', 'my-username', 'my-password'); // $db->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $auth = new \Delight\Auth\Auth($db);