diff --git a/README.md b/README.md index e5850e9..edd0ee6 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ func (qs UserQuerySet) OrderAscByCreatedAt() UserQuerySet { See full autogenerated file [here](https://github.com/jirfag/go-queryset/blob/master/examples/comparison/gorm4/autogenerated_gorm4.go). -Now you can use this queryset for creating/reading/updating/deleting. Let's take a lot at these operations. +Now you can use this queryset for creating/reading/updating/deleting. Let's take a look at these operations. ## Relation with GORM You can embed and not embed `gorm.Model` into your model (e.g. if you don't need `DeletedAt` field), but you must use `*gorm.DB`