Skip to content

Commit 65cef14

Browse files
authored
docs: update README with case preservation feature
1 parent 4881bbf commit 65cef14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Caesar Cipher in Python 🔐
1+
# Caesar Cipher in Python
22

33
## Overview
44
This repository contains a Python implementation of the Caesar Cipher encryption algorithm. The Caesar Cipher is a substitution cipher where each letter in the plaintext is shifted by a fixed number of positions in the alphabet.
@@ -12,4 +12,4 @@ This repository contains a Python implementation of the Caesar Cipher encryption
1212
## How It Works
1313
1. **Encryption**: Each letter in the plaintext is shifted by a specified number of positions down the alphabet.
1414
2. **Decryption**: Each letter in the ciphertext is shifted back by the same number of positions.
15-
3. **Case Preservation**: The program retains the original case of the input message, ensuring proper nouns and formatting are preserved.
15+
3. **Case Preservation**: The program retains the original case of the input message, ensuring proper nouns and formatting are preserved.

0 commit comments

Comments
 (0)