diff --git a/README.md b/README.md
index b8883d6d..7b91f1bb 100644
--- a/README.md
+++ b/README.md
@@ -10,20 +10,22 @@
[](https://docs.rs/sea-orm)
[](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml)
- Built with 🔥 by 🌊🦀🐚
-
# SeaORM
#### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages.
-[](https://www.sea-ql.org/SeaORM/docs/index)
-[](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
-[](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
-[](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
-[](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
+## Getting Started
+
[](https://discord.com/invite/uCPdDXzbdv)
+Join our Discord server to interactive with others in the SeaQL community!
+
++ [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
++ [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
++ [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
++ [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
++ [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
## Features
diff --git a/src/lib.rs b/src/lib.rs
index a6b78b7e..ea55c8bc 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,20 +18,22 @@
//! [](https://docs.rs/sea-orm)
//! [](https://github.com/SeaQL/sea-orm/actions/workflows/rust.yml)
//!
-//! Built with 🔥 by 🌊🦀🐚
-//!
//!
//!
//! # SeaORM
//!
//! #### SeaORM is a relational ORM to help you build web services in Rust with the familiarity of dynamic languages.
//!
-//! [](https://www.sea-ql.org/SeaORM/docs/index)
-//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
-//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
-//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
-//! [](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
+//! ## Getting Started
+//!
//! [](https://discord.com/invite/uCPdDXzbdv)
+//! Join our Discord server to interactive with others in the SeaQL community!
+//!
+//! + [Getting Started](https://www.sea-ql.org/SeaORM/docs/index)
+//! + [Usage Example](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)
+//! + [Rocket Example](https://github.com/SeaQL/sea-orm/tree/master/examples/rocket_example)
+//! + [Actix Example](https://github.com/SeaQL/sea-orm/tree/master/examples/actix_example)
+//! + [Axum Example](https://github.com/SeaQL/sea-orm/tree/master/examples/axum_example)
//!
//! ## Features
//!