Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fizzday committed Aug 1, 2019
1 parent 0603e5d commit ac84982
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 @@ -39,7 +39,7 @@ docker run -it --rm ababy/gorose sh -c "go run main.go"

## api预览
```go
db.Table().Fields().Where().GroupBy().Having().OrderBy.Limit().Select()
db.Table().Fields().Where().GroupBy().Having().OrderBy().Limit().Select()
db.Table().Data().Insert()
db.Table().Data().Where().Update()
db.Table().Where().Delete()
Expand Down

0 comments on commit ac84982

Please sign in to comment.