We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3421a40 commit e163504Copy full SHA for e163504
README.md
@@ -76,7 +76,7 @@ asyncio.run(client.subscribe(query=query, handle=print))
76
77
### Disable SSL verification
78
79
-Set `options` to `{"verify": False}` ether when instantiating the `GraphqlClient` class.
+Set the keyword argument `verify=False` ether when instantiating the `GraphqlClient` class.
80
81
```py
82
from python_graphql_client import GraphqlClient
0 commit comments