From 61980d7946edb2023d983e8ab2372945f3cd5f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Sat, 6 Sep 2025 21:01:15 +0200 Subject: [PATCH] fix(README): rename title and separate todo lines --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5cc2506..2b1bad4 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# maxishell +# minishell ### TODO -[] read inputs / send outputs -[] parse paramaters -[] basic commmands (ex: quit) -[] error management -[] redirections / pipe -[] background / foreground -[] signal management -[] variables \ No newline at end of file +- [] read inputs / send outputs +- [] parse paramaters +- [] basic commmands (ex: quit) +- [] error management +- [] redirections / pipe +- [] background / foreground +- [] signal management +- [] variables \ No newline at end of file