Skip to content

Commit 434457b

Browse files
authored
Merge pull request #34 from bastelfreak/url
README.md: Fix constructor example
2 parents ce9cd06 + 2bc854d commit 434457b

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
@@ -40,7 +40,7 @@ require 'orchestrator_client'
4040
# Requires at least a server name and path to the CA certificate
4141

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

0 commit comments

Comments
 (0)