Skip to content
Snippets Groups Projects
Verified Commit d79f4e8b authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix usage example in readme

parent 42f38be1
No related branches found
No related tags found
No related merge requests found
Pipeline #79007 passed
...@@ -29,7 +29,7 @@ client = Passwordstate::Client.new 'https://passwordstate.example.com', username ...@@ -29,7 +29,7 @@ client = Passwordstate::Client.new 'https://passwordstate.example.com', username
# #<Passwordstate::Client:0x0000559eb1fabec8 # #<Passwordstate::Client:0x0000559eb1fabec8
# @headers= # @headers=
# {"accept"=>"application/json", "user-agent"=>"RubyPasswordstate/0.1.0"}, # {"accept"=>"application/json", "user-agent"=>"RubyPasswordstate/0.1.0"},
# @server_url=#<URI::HTTPS https://passwordstate.it.liu.se>, # @server_url=#<URI::HTTPS https://passwordstate.example.com>,
# @timeout=15, # @timeout=15,
# @validate_certificate=true> # @validate_certificate=true>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment