You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ NOTE: You must have python installed on your pc to be able to use this tool.
6
6
- <ahref="https://realpython.com/installing-python/">Guide</a> to install and setup python
7
7
8
8
## On PC
9
-
- Download the file <ahref="https://github.com/HybridCodes/Caesar-Cipher-Algorithm/releases">here</a>
9
+
- Download the <ahref="https://github.com/HybridCodes/Caesar-Cipher-Algorithm/releases">_file_</a>
10
10
- Extract it into a folder
11
11
- Open command prompt and navigate to the folder in which you extracted the file
12
12
13
13
## On Android
14
-
- Download <ahref="https://play.google.com/store/apps/details?id=com.termux&hl=en_US&gl=US">Termux</a> from the play store
14
+
- Download <ahref="https://play.google.com/store/apps/details?id=com.termux&hl=en_US&gl=US">_Termux_</a> from the play store
15
15
- Open Termux and execute the following commands:
16
16
```bash
17
17
# Hit enter after typing each command to execute the command
@@ -40,4 +40,4 @@ $ python caesar_cipher.py # This command starts the program
40
40
- Download the file and extract it into a folder
41
41
42
42
# Report a bug :beetle:
43
-
If you experience any bugs or want to make a contribution, create an <ahref="https://github.com/codebytesz/Caesar-Cipher-Algorithm/issues">issue</a>.
43
+
If you experience any bugs or want to make a contribution, create an <ahref="https://github.com/codebytesz/Caesar-Cipher-Algorithm/issues">_issue_</a>.
0 commit comments