From eff8febb88da9c8fc306c2fde243f32897e6e519 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Fri, 31 May 2024 10:38:10 -0400 Subject: [PATCH] syntax error --- Readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index a5f26b9..b7acf3a 100644 --- a/Readme.md +++ b/Readme.md @@ -43,13 +43,15 @@ IP Reporter is a Python-based tool for network administrators to monitor and cap 2. **Run the Script**: - ```python3 reporter.py + ```sh + python3 reporter.py ``` or - ```python3 gui.py + ```sh + python3 gui.py ```