aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-03 05:00:29 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-03 05:00:29 +0100
commit0f957d89c90062fdf8ad8ce4c3796b54b51d20e9 (patch)
tree7fc718e6ce65bae30ae8671d0086aa81ec849ec8 /README.md
parent1a19e2df1b377cd5245c650ef7152f0055408cbf (diff)
downloadft_printf_test-0f957d89c90062fdf8ad8ce4c3796b54b51d20e9.tar.gz
ft_printf_test-0f957d89c90062fdf8ad8ce4c3796b54b51d20e9.tar.bz2
ft_printf_test-0f957d89c90062fdf8ad8ce4c3796b54b51d20e9.zip
Fixed false positive on blank output, added last char test of pft
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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