Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.

chore: Update version in README installation guide

Changed files
+2 -2
+2 -2
README.md
···
```diff
{
"dependencies": {
-
- "graphql": "^15.5.0"
-
+ "graphql": "npm:graphql-web-lite@^15.5.1001"
+
- "graphql": "^16.6.0"
+
+ "graphql": "npm:graphql-web-lite@^16.6.0-3"
}
}
```