diff --git a/README.md b/README.md index 1c0ba585..9608a64a 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,9 @@ The following products are powered by SeaORM: -SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine developed by SeaQL. +SeaORM is the foundation of: ++ [StarfishQL](https://github.com/SeaQL/starfish-ql): an experimental graph database ++ [Seaography](https://github.com/SeaQL/seaography): GraphQL framework for SeaORM For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). diff --git a/src/lib.rs b/src/lib.rs index 093c240c..c60dd4c6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -278,7 +278,9 @@ //! //! //! -//! SeaORM is the foundation of [StarfishQL](https://github.com/SeaQL/starfish-ql), an experimental graph database and query engine developed by SeaQL. +//! SeaORM is the foundation of: +//! + [StarfishQL](https://github.com/SeaQL/starfish-ql): an experimental graph database +//! + [Seaography](https://github.com/SeaQL/seaography): GraphQL framework for SeaORM //! //! For more projects, see [Built with SeaORM](https://github.com/SeaQL/sea-orm/blob/master/COMMUNITY.md#built-with-seaorm). //!