diff --git a/README.md b/README.md index 58546d7..091d438 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Just bored in class one day so I started to code this. Will have some basic comm ## What's currently working? -`pwd` and commands with no arguments are working. The shell shows your current directory before the input prompt. +`pwd`, `cat` (without command line arguments) and commands with no arguments are working. The shell shows your current directory before the input prompt. ## What's planned? -Simple commands like `cat`, `touch`, `cd`, `ls` should be added, maybe with some more advanced features later. \ No newline at end of file +Simple commands like `cat`, `touch`, `cd`, `ls` should be added, maybe with some more advanced features later.