Skip to content

Commit 4aa215b

Browse files
committed
docs: remove unnecessary whitespace and formatting in README
1 parent 0b70909 commit 4aa215b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<p align="left"> <img src="./icon.svg" alt="Simple Gateway Logger" width="150"> </p>
22

33
# Simple Gateway Logger
4-
54
This script automates running diagnostic network tests from your AT&T fiber gateway and your local machine. It logs the results to a CSV file, helping identify and troubleshoot intermittent network issues.
65

76
By comparing gateway-to-WAN tests against local-machine-to-WAN tests, you can better distinguish between potential ISP issues and local network problems (e.g., Wi-Fi interference, router performance).
@@ -37,10 +36,8 @@ If you don't have Homebrew, [install it first](https://brew.sh/). Then, run the
3736

3837

3938
## Usage and Setup
40-
4139
Simply run the following command in a terminal window:
4240

43-
4441
uv run main.py
4542
```uv` will automatically read the required dependencies from the top of the `main.py` file, create a temporary environment, and run the script.
4643

0 commit comments

Comments
 (0)