Skip to content

Commit 28885fe

Browse files
committed
chore: updated IAM code sample in the readme
1 parent 660fa70 commit 28885fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ You supply either an IAM service **API key** or an **access token**:
148148
### Generating access tokens using IAM API key
149149
```python
150150
# In your API endpoint use this to generate new access tokens
151-
iamTokenManager = IAMTokenManager(iam_apikey='<apikey>')
152-
token = iamTokenManager.get_token()
151+
iam_token_manager = IAMTokenManager(iam_apikey='<apikey>')
152+
token = iam_token_manager.get_token()
153153
```
154154

155155
#### Supplying the IAM API key

0 commit comments

Comments
 (0)