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)