Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ipranjal authored Dec 1, 2022
1 parent b3a2f87 commit 5d415f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);

```
Expand Down

0 comments on commit 5d415f9

Please sign in to comment.