From 66df42702c0c98fff26790016f8bede4d9c487fb Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 8 May 2021 00:50:56 +0800 Subject: [PATCH] Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4221f55f..20717be7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ API to make working with databases in Rust a first-class experience. We are ready to embrace Rocket 0.5 to make building web services in Rust productive and enjoyable. -3. Strong typed and dynamic +3. Typed and dynamic SeaORM construct queries at runtime, allowing you to develop flexible and powerful queries. While the expressive Rust type system would help you in maintaining a complex codebase.