We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cccbe8a + 74df114 commit dabd6b8Copy full SHA for dabd6b8
1 file changed
README.md
@@ -67,7 +67,7 @@ $db = Database::initialize('****', [$dsn_path_user, $password, $database, $other
67
use ezsql\Config;
68
use ezsql\Database\ez_****;
69
70
-$setting = new Config('****', [$dsn_path_user, $password, $database, $other_settings]);
+$settings = new Config('****', [$dsn_path_user, $password, $database, $other_settings]);
71
72
$db = new ez_****($settings);
73
```
0 commit comments