diff --git a/README.md b/README.md
index 6e96acf..eed9cad 100644
--- a/README.md
+++ b/README.md
@@ -147,6 +147,11 @@ Simple GUI program which helps you calculate your expenses, monitor them just th
```bash
python expense_manger.py
```
+### Caesar Cipher
+Encrypts or Decrypts any message you want, simply enter the message and the rotation number
+```bash
+python caesar_cipher.py
+```
## Release History
@@ -180,4 +185,5 @@ The following people helped in creating the above content.
* Pradhvan Bisht
* David Antonini
* Nguyen Anh Tien
-*Akshit Grover
+* Akshit Grover
+* Sharan Pai