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 ```