From 2d12b92df48584c5c3c3a837a3a97845c9c3a0c0 Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Wed, 24 Nov 2021 05:36:06 +0200 Subject: [PATCH] update docs (#97) To reflect incremental delivery support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ce8c04773..d4f43587c4 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ GraphQL Executor provides: 1. A way to fork the GraphQL.JS executor without introducing multiple versions of `graphql-js` into your project. `graphql-executor` is a smart fork of only the `execution` module of `graphql-js`. You can safely fork `graphql-executor` to customize your execution flow as needed. 2. A code-only method of customizing the executor by subclassing the exported internal `Executor` class as above. -3. Direct benefits from our own customizations! GraphQL Executor is spec-compliant, but aims to support experimental features (such as `@defer`/`@stream` support) and provide other improvements as possible. See (https://github.com/yaacovCR/graphql-executor/releases) to track any new features. +3. Direct benefits from our own customizations! GraphQL Executor is spec-compliant, but also supports experimental features (such as `@defer`/`@stream` support) and provide other improvements as possible. See (https://github.com/yaacovCR/graphql-executor/releases) to track any new features. ### The Long Version