aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-01-31 03:26:19 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-01-31 03:26:19 +0100
commitfb7ee36485d61a3fdbcac8d85fd032201df4e581 (patch)
tree230892dfcff0570920fb6eca234006e4b9a1a7c2 /README.md
parent60b4d251e80c3e835e48edeb6b0a553b3b8a2ff8 (diff)
downloadft_printf_test-master.tar.gz
ft_printf_test-master.tar.bz2
ft_printf_test-master.zip
Fixing compilation on linuxHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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