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 45a1359 commit ea19f47Copy full SHA for ea19f47
README.rst
@@ -40,7 +40,7 @@ Authentication
40
sa_client = SAClient(token=’<team token>’)
41
# by config file
42
# default path is ~/.superannotate/config.json
43
- sa_client = SAClient(config_path=“~/.superannotate/dev_config.json”)
+ sa_client = SAClient(config_path='~/.superannotate/dev_config.json')
44
45
Using superannotate
46
-------------------
0 commit comments