diff --git a/src/ansi_c_implementation/README.md b/src/ansi_c_implementation/README.md index e65c258..e3aa2b6 100644 --- a/src/ansi_c_implementation/README.md +++ b/src/ansi_c_implementation/README.md @@ -23,7 +23,7 @@ Use `$ ./lms -h` for help. There are a bunch of options you can predefine but do not have to. The only parameter needed is __-i__ which is the inputfile. | Parameter | Description | StdVal | -|----------:|:-----------------------------:|:-------| +|:----------|:-----------------------------:|:-------| | -i | The inputfile, has to be PPM | none | | -n | Amount of input data used | 500 | | -w | Size of M (window) | 5 | diff --git a/src/cpp_implementation/README.md b/src/cpp_implementation/README.md index f5cc50c..4314cc4 100644 --- a/src/cpp_implementation/README.md +++ b/src/cpp_implementation/README.md @@ -22,7 +22,7 @@ Use `$ -h` for help. There are a bunch of options you can predefine but do not have to. The only parameter needed is __-i__ which is the inputfile. | Parameter | Description | StdVal | -|----------:|:-----------------------------:|:-------| +|:----------|:-----------------------------:|:-------| | -i | The inputfile, has to be PPM | none | | -n | Amount of input data used | 500 | | -w | Size of M (window) | 5 |