From 0f957d89c90062fdf8ad8ce4c3796b54b51d20e9 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 3 Nov 2019 05:00:29 +0100 Subject: Fixed false positive on blank output, added last char test of pft --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d305b9f..e8ca42b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Clone this repo such that: or modify the `FT_PRINTF_PATH` variable in the Makefile - `> make run`: run the tests in a pretty format -- `> make run_verbose`: to show a more verbose output -- `> make run_quiet`: to show a more quiet output -- `> make run_raw`: run the tests in a ugly but parsable format +- `> make verbose`: to show a more verbose output +- `> make quiet`: to show a more quiet output +- `> make raw`: run the tests in a ugly but parsable format - `> python3 prettier -h`: show prettier options -- cgit