From 5e34bcecbe4589e84f38dd6d1e6ab4b1aedbb3ad Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 11 Aug 2022 15:39:50 +0800 Subject: [PATCH] Edit README --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43157fa2..d912b5fe 100644 --- a/README.md +++ b/README.md @@ -231,4 +231,4 @@ SeaORM is a community driven project. We welcome you to participate, contribute A big shout out to our contributors: -[![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000)](https://github.com/SeaQL/sea-orm/graphs/contributors) +[![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000&button=false)](https://github.com/SeaQL/sea-orm/graphs/contributors) diff --git a/src/lib.rs b/src/lib.rs index 9e5c76eb..8011ea0b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -302,7 +302,7 @@ //! //! A big shout out to our contributors: //! -//! [![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000)](https://github.com/SeaQL/sea-orm/graphs/contributors) +//! [![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000&button=false)](https://github.com/SeaQL/sea-orm/graphs/contributors) #![doc( html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png" )]