Skip to content

Commit 2e1052e

Browse files
authored
Update README.md
1 parent 141f8b9 commit 2e1052e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $db = new DB();
1010
$db->table('tablename');
1111
```
1212

13-
### OR Do it directly (DID)
13+
### Or Do it Directly (DID)
1414
```php
1515
// Fetching results
1616
DB::table('tablename')->get(); // will fetch every result from table

0 commit comments

Comments
 (0)