From 55945afb346c0ca3e62f9cb44d73ff62bc2cce2e Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Sat, 17 Feb 2018 00:33:52 +0800 Subject: [PATCH] Update README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index caebbcfb..0c5c7ea6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The fantastic ORM library for Golang, aims to be developer friendly. * Full-Featured ORM (almost) * Associations (Has One, Has Many, Belongs To, Many To Many, Polymorphism) -* Callbacks (Before/After Create/Save/Update/Delete/Find) +* Hooks (Before/After Create/Save/Update/Delete/Find) * Preloading (eager loading) * Transactions * Composite Primary Key @@ -31,9 +31,7 @@ The fantastic ORM library for Golang, aims to be developer friendly. ## Contributing -[Become a backer or sponsor on Open Collective](http://opencollective.com/gorm) - -[Become a backer or sponsor on Patreon](http://patreon.com/jinzhu) +[You can help to deliver a better GORM, check out things you can do](http://gorm.io/contribute.html) ## License