From 60b3b5057ce5c32eebd9c47600c71f8a31245c8e Mon Sep 17 00:00:00 2001 From: doinachiroiu Date: Thu, 27 Aug 2020 16:49:09 +0000 Subject: [PATCH] Small README correction --- oss-internship-2020/pffft/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oss-internship-2020/pffft/README.md b/oss-internship-2020/pffft/README.md index cf04563..4f2338a 100644 --- a/oss-internship-2020/pffft/README.md +++ b/oss-internship-2020/pffft/README.md @@ -47,8 +47,8 @@ important to mention that the `cplx` variable stands for a boolean value that tells the type of transformation (0 for REAL and 1 for COMPLEX) and it is taken into account while testing. In the end, the performance of PFFFT library it is outlined by the output. -There are two output formats available, from which you can choose through -from which you can choose through `--output_format=` command-line flag. +There are two output formats available, from which you can choose through +`--output_format=` command-line flag. Without using this type of argument when running, the output format is set by default.*