Skip to content

Commit 5d415f9

Browse files
authored
Update README.md
1 parent b3a2f87 commit 5d415f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ composer require scrawler/arca
5050
'driver' => 'pdo_mysql', //You can use other supported driver this is the most basic mysql driver
5151
);
5252

53-
// For Arca ORM 3.x
53+
// For Arca ORM 1.x
5454
// $db = new \Scrawler\Arca\Database($connectionParams);
5555

56-
For Arca 4.x and later
56+
For Arca 2.x and later
5757
$db = \Scrawler\Arca\Facade\Database::connect($connectionParams);
5858

5959
```

0 commit comments

Comments
 (0)