Skip to content

Commit 516cf9e

Browse files
authored
Update README.md
1 parent 86724c9 commit 516cf9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cesar_cypher/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Cesar Cypher
1+
# Caesar Cipher
22

33
Replicate one of the oldest known encryption by writing your own code.
44

5-
Apply a [Cesar cipher](https://en.wikipedia.org/wiki/Caesar_cipher) of 7 to the `secret` variable.
5+
Apply a [Caesar cipher](https://en.wikipedia.org/wiki/Caesar_cipher) of 7 to the `secret` variable.
66

7-
P.S.: <http://www.montypython.net/scripts/dentist.php> ;)
7+
P.S.: <[http://www.montypython.net/scripts/dentist.php](http://www.montypython.50webs.com/scripts/Series_1/29.htm)> ;)
88

99
You can start with the following code:
1010

0 commit comments

Comments
 (0)