Skip to content

Commit 6cda000

Browse files
committed
fixed formatting
1 parent e479c7f commit 6cda000

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
@@ -39,12 +39,12 @@ Now what about some simple examples of how she works?
3939
First, lets assume the following table:
4040
```
4141
Table: users
42-
------------------------------------------------------
42+
---------------------------------------------------------
4343
| id | email | company_id |
4444
| 1 | hi@example.com | 50 |
4545
| 2 | another@example.com | 61 |
4646
| 3 | whatever@example.com | 61 |
47-
------------------------------------------------------
47+
---------------------------------------------------------
4848
```
4949

5050
```php

0 commit comments

Comments
 (0)