From 2e12e29c387b3b6dc66e181ef9cb4ed1b7bcd8ed Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 18 Apr 2022 23:17:52 +0800 Subject: [PATCH] Readme --- README.md | 4 +++- src/lib.rs | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ad89fdd7..06a8bdba6 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,9 @@ fruit::Entity::delete_many() ## Who's using SeaORM? -[Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm) +SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql). + +For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). ## License diff --git a/src/lib.rs b/src/lib.rs index aa0da2c23..80c939fbe 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -262,7 +262,9 @@ //! //! ## Who's using SeaORM? //! -//! [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm) +//! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql). +//! +//! For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). //! //! ## License //!