diff --git a/Cargo.toml b/Cargo.toml index 573982e3..c40b2cdf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-graphql" version = "1.13.2" authors = ["sunli "] edition = "2018" -description = "The GraphQL server library implemented by rust" +description = "A GraphQL server library implemented in Rust" publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/" @@ -64,4 +64,4 @@ members = [ "async-graphql-warp", "async-graphql-tide", "async-graphql-lambda", -] \ No newline at end of file +] diff --git a/README.md b/README.md index 0e11e51a..913a8cfc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The GraphQL server library implemented by rust +# A GraphQL server library implemented in Rust
@@ -87,4 +87,4 @@ Licensed under either of ## Contribute -Welcome to contribute ! \ No newline at end of file +Welcome to contribute ! diff --git a/src/lib.rs b/src/lib.rs index 8b4eeec7..9559fba6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! # The GraphQL server library implemented by rust +//! # A GraphQL server library implemented in Rust //! //!
//!