Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
fa30382a1b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md View File

@@ -213,7 +213,7 @@ In this exercise, you will modify the code for the `cypher` function from Exerci
213 213
     | ciphered text   | H | Y | @ | X | K | * | T |   | K | 8 | A | Z |
214 214
 
215 215
 
216
-    **Figure 7.** Example Vigenere cypher of the cleartext `“PR@GR*M T8IS”` using the keyword `SHORT”`. 
216
+    **Figure 7.** Example Vigenere cypher of the cleartext `“PR@GR*M T8IS”` using the keyword `"SHORT”`. 
217 217
 
218 218
     ---
219 219