Skip to content

Commit 141f8b9

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

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
@@ -3,14 +3,14 @@ Some useful php libraries for easing code :)
33

44
## Working with DB (PDO)
55

6-
### Instantiating Object and setting table
76

7+
### Instantiating Object and setting table
88
```php
99
$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)