From da9a56219f8a1bf993b0a0a5b124c96eedcb0ba7 Mon Sep 17 00:00:00 2001 From: Artem Zaborskiy Date: Fri, 23 Nov 2018 14:39:12 +0300 Subject: [PATCH] Modify README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d19357..61ca35b 100644 --- a/README.md +++ b/README.md @@ -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 (