diff --git a/README.md b/README.md index ddbd6b2e..e85e8e02 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ type User struct { type CreditCard struct { gorm.Model - UesrID uint + UserID uint Number string }