From fb7ee36485d61a3fdbcac8d85fd032201df4e581 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 31 Jan 2021 03:26:19 +0100 Subject: Fixing compilation on linux --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3bde892..f77a208 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # ft_printf test -Unit test for the ft_printf project of 42 school. +Unit test for the ft\_printf project of 42 school. -![example_screenshot](./screenshot.png) +![screenshot](./screenshot.png) ## Usage @@ -32,8 +32,8 @@ to `make fclean` in order to clean the previous .o files. It will generate random test according to the `-Wformat` flag of gcc. -- `> python3 generate.py -n [number of tests]`: generate n test -- `> python3 generate.py -h`: show all available options +- `> ./generate -n [number of tests]`: generate n test +- `> ./generate -h`: show all available options ### Bonus -- cgit