From 5ec62cdc215fc8528ed238df9d0186aa8c853522 Mon Sep 17 00:00:00 2001 From: sunli Date: Wed, 22 Apr 2020 11:18:58 +0800 Subject: [PATCH] Update introduction.md --- docs/en/src/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/src/introduction.md b/docs/en/src/introduction.md index 58f4a2bc..20b0e348 100644 --- a/docs/en/src/introduction.md +++ b/docs/en/src/introduction.md @@ -1,6 +1,6 @@ # Introduction -'Async-graphql' is a GraphQL server-side library implemented in the Rust language. It is fully compatible with the GraphQL specification and most of its extensions, type-safe, and high-performance. +`Async-graphql` is a GraphQL server-side library implemented in the Rust language. It is fully compatible with the GraphQL specification and most of its extensions, type-safe, and high-performance. You can define the Schema in the Rust language, the procedural macros automatically generate the framework code for the GraphQL query, and the lack of extending Rust's syntax means that Rustfmt can be used normally, which I value very much, which is one of the reasons why I developed `Async-graphql`.