From f8e87a1653c57b45392baf8e5176938df9bff4a2 Mon Sep 17 00:00:00 2001 From: Frank Bryden Date: Wed, 22 Jul 2020 17:15:30 +0200 Subject: [PATCH] Oups. My markdown skills are brittle. Signed-off-by: Frank Bryden --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1c352d..b152585 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ git clone https://forge.etsi.org/rep/cti/robot-test-reporter.git ```bash python parseTestResults.py output.xml ``` - where output.xml is the xml file generated by robot -The command outputs to a new xlslx file if it does not exist, or -appends to an existing one. +      *where output.xml is the xml file generated by robot* + +The command outputs to a new xlslx file if it does not exist, or appends to an existing one. ## Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. \ No newline at end of file -- GitLab