From c0987a804edcbe020f4a0ce45e008b4126d9a72c Mon Sep 17 00:00:00 2001 From: Tim Adler Date: Sun, 8 Sep 2024 01:57:07 +0200 Subject: [PATCH] Fix pip install instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c929c..6fe9110 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ pip install web_watchr ``` If you prefer the latest changes, you can also install it directly from the repository via: ``` -pip install git+https://github.com/actions/setup-python +pip install git+https://github.com/Emrys-Merlin/web_watchr ``` ## Usage