Skip to content

Commit

Permalink
#8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v-dem committed May 11, 2021
1 parent 1397ec5 commit 2900640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ $db = new queasy\db\Db(
$role = $db->user_roles->selectUserRoleByName(['name' => 'Manager']);
```

#### Using `v-dem/queasy-config` together with `v-dem/queasy-db`
#### Using `v-dem/queasy-db` together with `v-dem/queasy-config`

```php
$config = new queasy\config\Config('config.php'); // Can be also INI, JSON or XML
Expand Down

0 comments on commit 2900640

Please sign in to comment.