We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a2f87 commit 5d415f9Copy full SHA for 5d415f9
README.md
@@ -50,10 +50,10 @@ composer require scrawler/arca
50
'driver' => 'pdo_mysql', //You can use other supported driver this is the most basic mysql driver
51
);
52
53
- // For Arca ORM 3.x
+ // For Arca ORM 1.x
54
// $db = new \Scrawler\Arca\Database($connectionParams);
55
56
- For Arca 4.x and later
+ For Arca 2.x and later
57
$db = \Scrawler\Arca\Facade\Database::connect($connectionParams);
58
59
```
0 commit comments