We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86724c9 commit 516cf9eCopy full SHA for 516cf9e
1 file changed
cesar_cypher/README.md
@@ -1,10 +1,10 @@
1
-# Cesar Cypher
+# Caesar Cipher
2
3
Replicate one of the oldest known encryption by writing your own code.
4
5
-Apply a [Cesar cipher](https://en.wikipedia.org/wiki/Caesar_cipher) of 7 to the `secret` variable.
+Apply a [Caesar cipher](https://en.wikipedia.org/wiki/Caesar_cipher) of 7 to the `secret` variable.
6
7
-P.S.: <http://www.montypython.net/scripts/dentist.php> ;)
+P.S.: <[http://www.montypython.net/scripts/dentist.php](http://www.montypython.50webs.com/scripts/Series_1/29.htm)> ;)
8
9
You can start with the following code:
10
0 commit comments