diff --git a/readme.md b/readme.md
index 2bcebc1..1ef9e49 100644
--- a/readme.md
+++ b/readme.md
@@ -31,7 +31,7 @@ option to view tree structure of directory (`-tree`)
## Edge cases:
-1- If file entered is not found then it gives file does not exist error.
+1- If file entered is not found then it gives file does not exist error.❌
2- `-n` and `-b` are 2 options which are mutually exclusive so if user types both of them together only the first enter option should work.
3- `-s` and any or both `-n` and `-b` present then `-s` will be executed first and then `-n` and `-b` according second rule.
4- Advanced options like encryption/decryption can not be mixed matched.