diff --git a/Cargo.toml b/Cargo.toml index dc315e64..43488456 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ name = "sea-orm" version = "0.1.0" authors = [ "Chris Tsang " ] edition = "2018" -description = "🐚 An async ORM for Rust" +description = "🐚 An async & dynamic ORM for Rust" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/sea-orm" repository = "https://github.com/SeaQL/sea-orm" diff --git a/README.md b/README.md index 94a53179..b02a2070 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,14 @@

SeaORM

- An async ORM for Rust + 🐚 An async & dynamic ORM for Rust

Built with 🔥 by 🌊🦀🐚 -# SeaORM - An async ORM for Rust +# SeaORM Inspired by ActiveRecord, Eloquent and TypeORM, SeaORM aims to provide you an intuitive and ergonomic API to make working with databases in Rust a first-class experience.