From 63d8cdf7e50499ccae70f0555a7976328b893f07 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 31 Jul 2023 08:35:29 +0100 Subject: [PATCH] Readme --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 94ad052f..716117d3 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ fruit::Entity::delete_many() ``` -## Seaography: first-class GraphQL integration (preview) +## 🧭 Seaography: first-class GraphQL integration (preview) [Seaography](https://github.com/SeaQL/seaography) is a GraphQL framework built on top of SeaORM. It embodies our vision of 'full-stack Rust': with just a few commands, you can launch a GraphQL server from SeaORM entities! diff --git a/src/lib.rs b/src/lib.rs index 8c7c8cce..0a713416 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -261,7 +261,7 @@ //! # } //! ``` //! -//! ## Seaography: first-class GraphQL integration (preview) +//! ## 🧭 Seaography: first-class GraphQL integration (preview) //! //! [Seaography](https://github.com/SeaQL/seaography) is a GraphQL framework built on top of SeaORM. It embodies our vision of 'full-stack Rust': with just a few commands, you can launch a GraphQL server from SeaORM entities! //!