Skip to content

Commit 5d4264e

Browse files
authored
Merge pull request #21 from adobe-apiplatform/v2
One last doc tweak before release.
2 parents 7a7909b + a12038f commit 5d4264e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage-instructions-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ import yaml # PyYAML from PyPI provides this module
6363
with open(config_file_name, "r") as f:
6464
config = yaml.load(f)
6565
conn = umapi_client.Connection(org_id=config["org_id"],
66-
auth_dict=creds)
66+
auth_dict=config)
6767
```
6868

6969
The constructor of the Connection object will do all the

0 commit comments

Comments
 (0)