aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c165292..202ab11 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ like venv or [virtualenv](https://virtualenv.pypa.io/en/latest/)) to
install dependencies:
```bash
-git clone https://github.com/clpo13/wikiget.git # if you plan on submitting pull requests, fork the repo instead
+git clone https://github.com/clpo13/wikiget # if you plan on submitting pull requests, fork the repo instead
cd wikiget
python3 -m venv venv
```