suayptalha commited on
Commit
e356810
·
verified ·
1 Parent(s): 1881fc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -19,8 +19,12 @@ aiming to recover the original plaintext message.
19
  This model is for monoalphabetic English substitution ciphers and it outputs decoded text.
20
 
21
  Example:
22
- Encoded text: **Z hztwgx tstcsf qf z ulooqfe osfuqb tzx uezx awej z ozewsbe vlfwby fsmqisfx.**
23
- Decoded text: **A family member or a support person may stay with a patient during recovery.**
 
 
 
 
24
 
25
  Suggested Usage:
26
  ```py
 
19
  This model is for monoalphabetic English substitution ciphers and it outputs decoded text.
20
 
21
  Example:
22
+
23
+ Encoded text:
24
+ **Z hztwgx tstcsf qf z ulooqfe osfuqb tzx uezx awej z ozewsbe vlfwby fsmqisfx.**
25
+
26
+ Decoded text:
27
+ **A family member or a support person may stay with a patient during recovery.**
28
 
29
  Suggested Usage:
30
  ```py