From b18211403d28c8871eca43ed9b66609579cd4ef0 Mon Sep 17 00:00:00 2001
From: Clarth <clarth@admin@claytonia.net>
Date: Thu, 10 Apr 2025 09:20:25 -0400
Subject: [PATCH] Update README.md

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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`