Skip to content

Commit

Permalink
Merge pull request #34 from bastelfreak/url
Browse files Browse the repository at this point in the history
README.md: Fix constructor example
  • Loading branch information
donoghuc authored Feb 21, 2023
2 parents ce9cd06 + 2bc854d commit 434457b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require 'orchestrator_client'
# Requires at least a server name and path to the CA certificate

client = OrchestratorClient.new({
'service-url' => 'https://orchestrator.example.lan:8143/orchestrator/v1',
'service-url' => 'https://orchestrator.example.lan:8143',
'cacert' => '/path/to/cert'
})

Expand Down

0 comments on commit 434457b

Please sign in to comment.