Skip to content

Commit a4476e6

Browse files
committed
Minor readme fixes.
1 parent 0e5f2ca commit a4476e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ call_in_background('report:monthly subscriptions', 'sleep 0.3');
186186
187187
#### `db_is_sqlite()`
188188
189-
Checks if default database connection driver is `sqlite` or not:
189+
Checks if the default database connection driver is `sqlite` or not:
190190
191191
```php
192192
if (db_is_sqlite()) {
@@ -196,7 +196,7 @@ if (db_is_sqlite()) {
196196
197197
#### `db_is_mysql()`
198198
199-
Checks if default database connection driver is `mysql` or not:
199+
Checks if the default database connection driver is `mysql` or not:
200200
201201
```php
202202
if (db_is_mysql()) {

0 commit comments

Comments
 (0)