From d79f4e8bfeed3ba594ed9addb18fac8bf48ba347 Mon Sep 17 00:00:00 2001
From: Alexander Olofsson <alexander.olofsson@liu.se>
Date: Tue, 18 Oct 2022 14:14:42 +0200
Subject: [PATCH] Fix usage example in readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0a32527..77e1b56 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ client = Passwordstate::Client.new 'https://passwordstate.example.com', username
 # #<Passwordstate::Client:0x0000559eb1fabec8
 #  @headers=
 #   {"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,
 #  @validate_certificate=true>
 
-- 
GitLab