Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dietercoopman authored Oct 3, 2021
1 parent 7a4dfa8 commit e1af1c4
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 @@ -61,7 +61,7 @@ $callback = function(string $sql){
DB::table('products')->where('id', '=', 1)->show($callback)->get();
```

This is an example log output
## This is an example log output

![showsql example](example.png)

Expand Down

0 comments on commit e1af1c4

Please sign in to comment.