diff --git a/README.md b/README.md
index 11d617e..7532e30 100644
--- a/README.md
+++ b/README.md
@@ -36,15 +36,15 @@ c++17 required
All Linux Commands are supported.
Batch Mode done (Use "rsh filename.rsh" \\ Only .rsh files allowed)
Git Branch, Username, PC name and current directory display during input prompt.
- "exit" can be used to exit the shell and revert to default linux shell
- pipes ('|') and redirections ('<' or '>' or '>>') supported
+ "exit" can be used to exit the shell and revert to default linux shell.
+ pipes ('|') and redirections ('<' or '>' or '>>') supported.
"history" command can be used to list all the commands used in current shell session.
Remaining
- Aliases not yet implemented.
- - Commands contatining string (" ") may not function properly.
+ - Commands containing string (" ") may not function properly.
Additional Features
@@ -64,8 +64,8 @@ c++17 required
Implemented
- "tutorial" command be used to run tutorial content and learn about basic shell and git commands inside shell.
- - "tutorial level " can be used to access practice levels and find the hidden flag using shell commands.
- - "tutorial level password" can be used to submit the hidden flag in grading software and pass that level.
+ - "tutorial level [level-number]" can be used to access practice levels and find the hidden flag using shell commands.
+ - "tutorial level [level-number] password" can be used to submit the hidden flag in grading software to pass that level.
**Errors and Solutions:**