Skip to content

Commit 206e2f6

Browse files
committed
fix: readme missing comma
1 parent b5de10c commit 206e2f6

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
@@ -56,7 +56,7 @@ The `InfisicalSDKClient` takes the following parameters, which are used a global
5656
```python
5757
client = InfisicalSDKClient(
5858
host="https://app.infisical.com", # Defaults to https://app.infisical.com
59-
token="<optional-auth-token>" # If not set, use the client.auth() methods.
59+
token="<optional-auth-token>", # If not set, use the client.auth() methods.
6060
cache_ttl = 300 # `None` to disable caching
6161
)
6262
```

0 commit comments

Comments
 (0)