diff --git a/README.md b/README.md
index 60b7c7f6cfb1693314760f2761f85221132eae59..6dfd62c4def62cf09971f3085eb59cb4af358da8 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 ```
 python3 -m venv .venv
 source .venv/bin/activate
-pip install-r requirements.txt
+pip install -r requirements.txt
 cp ./secret_key.py.template ./secret_key.py
 ```