From 64cacfd23810e44c42166ef6e59e7700fa7b5e8c Mon Sep 17 00:00:00 2001 From: matweldon Date: Tue, 26 Mar 2024 11:19:56 +0000 Subject: [PATCH] fixed readme repo name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa13b30..edd9711 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ To install the package, clone this repository and install locally via pip: ```shell -git clone https://github.com/datasciencecampus/pprl.git +git clone https://github.com/datasciencecampus/pprl_toolkit.git cd pprl python -m pip install . ```