Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nghiant3223 committed Mar 30, 2022
1 parent dd5d25a commit 4ae2e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Utility callbacks for Gorm, the fantastic ORM library for Golang.

- ExplainSQL: print EXPLAIN of SQL statement to the stdout

## Install
## Installation

`
go get github.com/nghiant3223/gormcallback
Expand Down Expand Up @@ -100,4 +100,4 @@ SELECT * FROM `users` WHERE username=? ORDER BY `users`.`username` LIMIT 1
| 1 | SIMPLE | users | | ALL | | | | | 1 | 100 | Using where |
+-------+----------------+----------+---------------+---------+------------------+--------+------------+--------+---------+-------------+----------------+

```
```

0 comments on commit 4ae2e23

Please sign in to comment.