Skip to content

Commit 27df642

Browse files
some changes on readme
1 parent 3c7e1b2 commit 27df642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ final class HomeLibrary extends AbstractDataBase
1111
{
1212

1313
public $dbtype = "mysql"; // driver for connection and executing queries
14-
public $dbname = "HomeLibrary"; // database name (dbname and this class are not equal by case of letters)
14+
public $dbname = "homelibrary"; // database name (dbname and this class are not equal by case of letters)
1515
public $user = "root"; // login
1616
public $password = "1111"; // password
1717

0 commit comments

Comments
 (0)