docs: correct git clone url

This commit is contained in:
Bart van der Braak 2023-11-07 10:37:31 +01:00
parent 6cdbbeedd0
commit bbf32039a7

View file

@ -23,7 +23,7 @@ Keyweave is an open-source tool designed to seamlessly fetch secrets from Azure
Clone the repository to your local machine: Clone the repository to your local machine:
```sh ```sh
git clone https://github.com/your-username/keyweave.git git clone https://github.com/bartvdbraak/keyweave.git
cd keyweave cd keyweave
``` ```