diff --git a/13_caesar/README.md b/13_caesar/README.md index ba6d36b..dbce195 100644 --- a/13_caesar/README.md +++ b/13_caesar/README.md @@ -14,7 +14,7 @@ caesar('A', 1) // simply shifts the letter by 1: returns 'B' the cipher should retain capitalization: ```javascript -caesar('Hey', 5) // returns 'Mjd; +caesar('Hey', 5) // returns 'Mjd' ``` should _not_ shift punctuation: