From fabdd6f068c25acf2e66677af814a5dfb0dac609 Mon Sep 17 00:00:00 2001 From: Jonas Strehle Date: Mon, 3 Jul 2023 20:03:11 +0200 Subject: [PATCH] Fixed type in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75fb5a8..61a277d 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ Multiple Test files ``` ### Options - * `--color` or `-c`: Set the color mode of the output ("rgb", "simple", or "none2) + * `--color` or `-c`: Set the color mode of the output ("rgb", "simple", or "none") * `--reporttype`: Set the type for the report file generation, currently supported types: "junit" * `--reportfile`: Set the path for the report output. When this option is set, a report is generated after all tests are finished. * `--watch` or `-w`: TODO * `--verbose` or `-v`: verbose output for debugging purposes ## Development -Development follows the flow of unyt_core and uix \ No newline at end of file +Development follows the flow of unyt_core and uix