From bbf32039a755c18dd0b222bf147345d3bf776f0a Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 7 Nov 2023 10:37:31 +0100 Subject: [PATCH] docs: correct git clone url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75486b9..2199888 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Keyweave is an open-source tool designed to seamlessly fetch secrets from Azure Clone the repository to your local machine: ```sh -git clone https://github.com/your-username/keyweave.git +git clone https://github.com/bartvdbraak/keyweave.git cd keyweave ```