From 2b17a5efbb7693c35172af514f0e479414b55320 Mon Sep 17 00:00:00 2001 From: Sunli Date: Tue, 7 Jul 2020 17:03:01 +0800 Subject: [PATCH] Fix typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abdfd242..6b53b180 100644 --- a/README.md +++ b/README.md @@ -48,15 +48,15 @@ In accordance with Rust's policy on pre-`1.0.0` crates, we will try to keep brea ## Features -* Fully support async/await +* Fully supports async/await * Type safety * Rustfmt friendly (Procedural Macro) -* Custom scalar +* Custom scalars * Minimal overhead * Easy integration (hyper, actix_web, tide ...) * Upload files (Multipart request) -* Subscription (WebSocket transport) -* Custom extension +* Subscriptions (WebSocket transport) +* Custom extensions * Apollo Tracing extension * Limit query complexity/depth * Error Extensions