diff --git a/README.md b/README.md
index 26833e3..685a7c3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
 <center><img src="TG-lunch-bot.jpeg" alt="TG Lunch Bot" width="400"></center>
 
 # Telegram Lunch Bot
@@ -10,7 +9,7 @@ Auto downloads a schools menu.pdf and daily sends what's for lunch to a Telegram
 
 `python3 -m venv lunchbot-env`
 
-`source venv/bin/activate`
+`source lunchbot-env/bin/activate`
 
 `pip install requests beautifulsoup4 PyPDF2`