From 74df1141602b4b6148672d9373441c6d3597bd94 Mon Sep 17 00:00:00 2001 From: if3lc Date: Sat, 14 Jan 2023 20:44:22 +0300 Subject: [PATCH] Example usage fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8c8aaf1..8afcb5ec 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ $db = Database::initialize('****', [$dsn_path_user, $password, $database, $other use ezsql\Config; use ezsql\Database\ez_****; -$setting = new Config('****', [$dsn_path_user, $password, $database, $other_settings]); +$settings = new Config('****', [$dsn_path_user, $password, $database, $other_settings]); $db = new ez_****($settings); ```