From bd564851805d3a045c607e94131a745cb0edfbfa Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Wed, 20 Oct 2021 12:28:51 +0800 Subject: [PATCH] lib.rs SEO --- src/lib.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 745692b9..8cb1d981 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,9 +11,7 @@ //! //!

SeaORM

//! -//!

-//! 🐚 An async & dynamic ORM for Rust -//!

+//!

🐚 An async & dynamic ORM for Rust

//! //! [![crate](https://img.shields.io/crates/v/sea-orm.svg)](https://crates.io/crates/sea-orm) //! [![docs](https://docs.rs/sea-orm/badge.svg)](https://docs.rs/sea-orm) @@ -25,7 +23,7 @@ //! //! # SeaORM //! -//! SeaORM is a relational ORM to help you build light weight and concurrent web services in Rust. +//! #### SeaORM is a relational ORM to help you build light weight and concurrent web services in Rust. //! //! [![Getting Started](https://img.shields.io/badge/Getting%20Started-brightgreen)](https://www.sea-ql.org/SeaORM/docs/index) //! [![Usage Example](https://img.shields.io/badge/Usage%20Example-yellow)](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)