Mirror: The spec-compliant minimum of client-side GraphQL.

Update README.md

Changed files
+5
+5
README.md
··· 40 40 Currently, `graphql.web` compresses to under 4kB and doesn’t regress on 41 41 GraphQL.js’ performance when parsing, printing, or visiting the AST. 42 42 43 + For all primary APIs we aim to hit 100% test coverage and match the output, 44 + types, and API compatibility of GraphQL.js, including — as far as possible 45 + — TypeScript type compatibility of the AST types with the currently stable 46 + version of GraphQL.js. 47 + 43 48 ### API 44 49 45 50 Currently, only a select few exports are provided — namely, the ones listed here