We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d369428 commit b660470Copy full SHA for b660470
1 file changed
README.md
@@ -3,7 +3,7 @@ A Caesar Cipher encryption and decryption tool
3
4
# Usage
5
NOTE: You must have python installed on your pc to be able to use this tool.
6
-- <a href="https://realpython.com/installing-python/"><i>Guide</i></a> to install and setup python
+- <a href="https://realpython.com/installing-python/">_Guide_</a> to install and setup python
7
8
## On PC
9
- Download the <a href="https://github.com/HybridCodes/Caesar-Cipher-Algorithm/releases/latest">_file_</a>
@@ -49,7 +49,7 @@ $ cd storage
49
$ dir # (Optional) This command is to see the list of items in the directory you're currently in
50
```
51
- Navigate to the folder in which you extracted the file
52
- Mine is in `/downloads/..`
+ - Mine is in `downloads`
53
```bash
54
$ cd downloads
55
$ dir
0 commit comments