From 8bb2cdabdc9810016eca7e718c7910ad928b3891 Mon Sep 17 00:00:00 2001 From: Ihab Date: Mon, 7 Feb 2022 17:46:22 +0000 Subject: [PATCH] Update README.md my-ls-1 to my-ls --- subjects/my-ls/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/my-ls/README.md b/subjects/my-ls/README.md index e69e7a24..51f66245 100644 --- a/subjects/my-ls/README.md +++ b/subjects/my-ls/README.md @@ -1,8 +1,8 @@ -## my-ls-1 +## my-ls ### Objectives -- my-ls-1 consists on creating your own `ls` command. +- my-ls consists on creating your own `ls` command. - The `ls` command shows you the files and folders of the directory specified after the command. By exclusion of this directory, it shows the files and folders of the present directory.