diff --git a/README.md b/README.md index 1436ad24..c735e985 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ The SDK command-line examples require a common set of arguments that specify the #### Using username/password ```python import splunklib.client as client - service = client.connect(host=, username=, password=, autoLogin=True) + service = client.connect(host=, username=, password=, autologin=True) ``` #### Using bearer token