diff --git a/README.md b/README.md index f63e6d47..50494659 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,15 @@ If you like what we do, consider starring, sharing and contributing! Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2024](https://sea-ql.org/community-survey)! +[![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! + ## Getting Started + [Documentation](https://www.sea-ql.org/SeaORM) + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial) + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook) -[![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! - Integration examples: + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example) diff --git a/src/lib.rs b/src/lib.rs index 3f4f8943..c27dab12 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -31,15 +31,15 @@ //! //! Please help us with maintaining SeaORM by completing the [SeaQL Community Survey 2024](https://sea-ql.org/community-survey)! //! +//! [![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! +//! //! ## Getting Started //! //! + [Documentation](https://www.sea-ql.org/SeaORM) //! + [Tutorial](https://www.sea-ql.org/sea-orm-tutorial) //! + [Cookbook](https://www.sea-ql.org/sea-orm-cookbook) //! -//! [![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! -//! //! Integration examples: //! //! + [Actix v4 Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)