From 3d1ee543084db217df6dc092062dbe33db0cdd6a Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 29 Sep 2023 14:16:19 +0100 Subject: [PATCH] Fixes to README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 182c34a..4fa86ca 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ authentication features. 1. Clone this repository to your local machine: ``` - git clone https://github.com/yourusername/wikipedia-disambiguation-fixer.git + git clone https://git.4angle.com/edward/dab-mechanic.git ``` 2. Navigate to the project directory: ``` - cd wikipedia-disambiguation-fixer + cd dab-mechanic ``` 3. Install the required Python packages using pip: