From af3632de11abee34a777195024538858bba3f26e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 21 Nov 2021 17:46:47 +0800 Subject: [PATCH] New tagline --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b89e481f..b8883d6d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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 web services in Rust with the familiarity of dynamic languages. [![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-green)](https://github.com/SeaQL/sea-orm/tree/master/examples/basic) diff --git a/src/lib.rs b/src/lib.rs index 1c7bfc3b..a6b78b7e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,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 web services in Rust with the familiarity of dynamic languages. //! //! [![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-green)](https://github.com/SeaQL/sea-orm/tree/master/examples/basic)