diff --git a/README.md b/README.md index 77b7121..a0e87d0 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,6 @@ Minishell is a 42 School project that involves creating a minimalistic shell in Once the shell is started, you can enter commands as you would with any other shell. The following are some examples of commands that can be executed: - Display the working directory: `pwd` -- List files in the current directory: `ls` - Change directory: `cd ` - Print the value of an environment variable: `echo $` - Set an environment variable: `export =`