From 28ecf5f847333ff092d34adbdee2918cc70c07bf Mon Sep 17 00:00:00 2001 From: yctct Date: Sat, 7 Feb 2026 11:02:12 +0100 Subject: Correct term --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 4cf810e..1637c8d 100644 --- a/README +++ b/README @@ -14,11 +14,11 @@ To clone the repository of this library run: $ git clone https://git.yctct.com/ft_printf_tester $ cd ft_printf_tester -To run the tester with your ft_print library run: +To compile the tester with your ft_print library run: $ cc main.c libftprintf.a -To run the binaries +To run the test: $ ./a.out -- cgit v1.2.3