From 3865ca37298b1b710ebc47eeb7bfe999004dc721 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Tue, 28 May 2024 16:28:34 +0100 Subject: [PATCH] README --- README.md | 4 ---- src/lib.rs | 4 ---- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 0ddac878..a0e61057 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,9 @@ Integration examples: + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example) -## Support - [![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv) Join our Discord server to chat with other members of the SeaQL community! -Professional support on Rust programming and best practices is available. You can email us for a quote! - ## Features 1. Async diff --git a/src/lib.rs b/src/lib.rs index 38457291..1fb2e1be 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -50,13 +50,9 @@ //! + [Tonic Example](https://github.com/SeaQL/sea-orm/tree/master/examples/tonic_example) //! + [Seaography Example](https://github.com/SeaQL/sea-orm/tree/master/examples/seaography_example) //! -//! ## Support -//! //! [![Discord](https://img.shields.io/discord/873880840487206962?label=Discord)](https://discord.com/invite/uCPdDXzbdv) //! Join our Discord server to chat with other members of the SeaQL community! //! -//! Professional support on Rust programming and best practices is available. You can email us for a quote! -//! //! ## Features //! //! 1. Async