From 0be7828479fd8a11cd2fa727df97635d34777ef2 Mon Sep 17 00:00:00 2001 From: Riccardo Orlando Date: Wed, 7 Feb 2024 18:43:06 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 954a227..f39188b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ pip install goldenretriever or from source: ```bash -git clone https://github.com/Riccorl/goldenretriever.git +git clone https://github.com/Riccorl/golden-retriever.git cd goldenretriever pip install -e . ```