Skip to content

Commit d56bcea

Browse files
authored
Update README.md
1 parent 28d3504 commit d56bcea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Set the refresh interval in seconds (default: 2 seconds).
6060
### Run the script
6161
First, Run the script with a 20-point window, reading from mydata.txt, and updating every 1.5 seconds:
6262

63-
`python a.py --window 20 --file mydata.txt --interval 1.5`
63+
`python a.py -w 20 -f mydata.txt -i 1.5`
6464

6565

6666
### Feeding Data to the Plot
@@ -69,11 +69,11 @@ The script reads numeric values from the data file—one value per line. To see
6969

7070
Test by appending single values by hand:
7171

72-
```bash
73-
echo "3.14" >> data.txt
74-
echo "4" >> data.txt
75-
```
72+
```bash
73+
echo "3.14" >> data.txt
74+
echo "4" >> data.txt
75+
```
7676

7777
Test of plotting a ping command
7878

79-
`ping www.toyota.co |awk '{print $7; fflush()}'|awk -F'=' '{print $2; fflush()}' >> data.txt`
79+
`ping www.toyota.co |awk '{print $7; fflush()}'|awk -F'=' '{print $2; fflush()}' >> data.txt`

0 commit comments

Comments
 (0)