Skip to content

Commit

Permalink
fixed typo in Readme.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
svenXY committed Jul 7, 2022
1 parent 63249b6 commit df6fb9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -81,9 +81,9 @@ Or you make use of the cf cli config file generated by `cf login`, which allows
from cloudfoundry_client.client import CloudFoundryClient
# use the default file, i.e. ~/.cf/config.json
client = CloudFoundryClient(point, proxy=proxy, verify=False)
client = CloudFoundryClient(proxy=proxy, verify=False)
# or specify an alternative path
client = CloudFoundryClient(point, proxy=proxy, verify=False, cf_config_path="some/path/config.json")
client = CloudFoundryClient(proxy=proxy, verify=False, cf_config_path="some/path/config.json")
client.init_with_cf_config()
Expand Down

0 comments on commit df6fb9a

Please sign in to comment.