From 23cb006f23b24ede3900c5a87c1578123129e7a6 Mon Sep 17 00:00:00 2001 From: carlos Date: Wed, 25 Sep 2024 23:39:08 -0700 Subject: [PATCH] Fix URL for cloning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37cee0d..40adcd4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Generate a report using ESPN API for Python Required: Python 3.8 or greater -- Clone this repository: `git clone https://forgejo.digitalhippo.tech/wffrg` +- Clone this repository: `git clone https://forgejo.digitalhippo.tech/digital-hippo-labs/wffrg` - Create a virtual environment - `cd wffrg` - `python -m venv .venv` or `python3 -m venv .venv`