From 5d415f9879a4415ca293219bed2c6fc52bb35a38 Mon Sep 17 00:00:00 2001 From: Pranjal Pandey Date: Thu, 1 Dec 2022 11:22:38 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58a109c..925e733 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ composer require scrawler/arca 'driver' => 'pdo_mysql', //You can use other supported driver this is the most basic mysql driver ); - // For Arca ORM 3.x + // For Arca ORM 1.x // $db = new \Scrawler\Arca\Database($connectionParams); - For Arca 4.x and later + For Arca 2.x and later $db = \Scrawler\Arca\Facade\Database::connect($connectionParams); ```