Skip to content

Commit

Permalink
Modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomza committed Nov 23, 2018
1 parent 6ebf560 commit da9a562
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 @@ -8,7 +8,7 @@
Plugin for [GORM](https://github.com/jinzhu/gorm) checking read data before updating for consistency

### Register GORM Callbacks
Validations uses [GORM](https://github.com/jinzhu/gorm) callbacks to handle *gorm:update* and *gorm:create*, so you will need to register callbacks first:
Consistently uses [GORM](https://github.com/jinzhu/gorm) callbacks to handle *gorm:update* and *gorm:create*, so you will need to register callbacks first:

```go
import (
Expand Down

0 comments on commit da9a562

Please sign in to comment.