From e7d209d71b368eab44d7f82677ea2c5d5fb57c16 Mon Sep 17 00:00:00 2001 From: Jinzhu Date: Mon, 16 Nov 2015 10:59:24 +0800 Subject: [PATCH] Add Contributors link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f98b3b3a..38ee3cd0 100644 --- a/README.md +++ b/README.md @@ -1291,6 +1291,10 @@ db.Where("email = ?", "x@example.org").Attrs(User{RegisteredIp: "111.111.111.111 * * +# Contributors + +https://github.com/jinzhu/gorm/graphs/contributors + ## License Released under the [MIT License](https://github.com/jinzhu/gorm/blob/master/License).