Skip to content

Commit 944d63c

Browse files
committed
added image to README.md
1 parent 3b5bbe7 commit 944d63c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# ENCRYPTER
22

3+
# DISPLAY
4+
5+
![](spec.md/en.png)
6+
7+
![](spec.md/en2.png)
8+
9+
![](spec.md/en3.png)
10+
311
## DESCRIPTION
412

513
An **Encrypter** is a type of substitution in which each letter is shifted a certain number of places also known as a key, down the alphabet. For example, with a shift of 1, A would be replaced by B, B would become C, and so on. For more information on it, you can check this out ```https://en.wikipedia.org/wiki/Caesar_cipher```.

0 commit comments

Comments
 (0)