Skip to content

Commit 40001c2

Browse files
committed
Fix program name
1 parent b25d24f commit 40001c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The legend in the plot updates with the current settings (e.g., TW length, runni
5050
## Usage
5151
Run the script from your terminal. It supports several command-line options:
5252

53-
`python a.py [--window WINDOW] [--file FILE] [--interval INTERVAL] [--avg-window AVG_WINDOW]`
53+
`python terminal-plotter.py [--window WINDOW] [--file FILE] [--interval INTERVAL] [--avg-window AVG_WINDOW]`
5454

5555

5656
## Command-line Options
@@ -94,7 +94,7 @@ Time Window Adjustments:
9494
### Run the script
9595
First, Run the script with a 20-point window, reading from mydata.txt, and updating every 1.5 seconds:
9696

97-
`python a.py --window 20 --file mydata.txt --interval 1.5 --avg-window 5`
97+
`python terminal-plotter.py --window 20 --file mydata.txt --interval 1.5 --avg-window 5`
9898

9999

100100

0 commit comments

Comments
 (0)