Skip to content

Commit e163504

Browse files
DaleSeosteve148
andauthored
Update README.md
Co-authored-by: Lennox Stevenson <lennox.stevenson@mail.utoronto.ca>
1 parent 3421a40 commit e163504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ asyncio.run(client.subscribe(query=query, handle=print))
7676

7777
### Disable SSL verification
7878

79-
Set `options` to `{"verify": False}` ether when instantiating the `GraphqlClient` class.
79+
Set the keyword argument `verify=False` ether when instantiating the `GraphqlClient` class.
8080

8181
```py
8282
from python_graphql_client import GraphqlClient

0 commit comments

Comments
 (0)