Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 3cb38ef

Browse files
authored
Update Readme.md
changed the formatting and edited typos
1 parent eec1ad9 commit 3cb38ef

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

osi-data-checker/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ The first file is treated as a benchmark for the second file.
99

1010
The script should be run with python 2.7.
1111
The script expect at least two positional arguments. Both of those are osi-encoded messages.
12-
Thi first file is treated as a benchmark.
12+
The first file is treated as a benchmark.
1313

14-
It can be run using the following command.
15-
./compare_data.py input.txt input_2.txt
14+
It can be run using the following command: <br />
15+
*./compare_data.py input.txt input_2.txt* <br />
1616
Because the parsing of the file takes significant amount of time it is recommended, at least for the initial tests, to restrict number of read messages.
1717

1818

1919

2020
### Command line options
21-
-help -h Display help
22-
-v Verbose mode - Display more informations
23-
-rl read line limit Limits the number of lines read from the input file. If set, only firs first X number of osi messages will be read.
21+
*-h -help* Display help <br />
22+
*-v* "verbose mode", Display more informations <br />
23+
*-rl* "read line limit", Limits the number of lines read from the input file. If set, only firs first X number of osi messages will be read.
2424

2525

2626
### Dependencies
@@ -29,4 +29,4 @@ The script is written for python 2.7.
2929
The script uses
3030
- Python modules os, sys, argparse and logging
3131
- numpy http://www.numpy.org/
32-
- termcolor https://pypi.python.org/pypi/termcolor
32+
- termcolor https://pypi.python.org/pypi/termcolor

0 commit comments

Comments
 (0)