Skip to content

Commit 3b16f56

Browse files
authored
Update README.md
1 parent fc55ddf commit 3b16f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Once Python is installed, run ```pip install pipenv``` to install pipenv, enabli
1818

1919
#### Install OpenSSL
2020

21-
MacOS OpenSSL Installation
21+
MacOS OpenSSL Installation:
2222
```
2323
brew update
2424
brew install openssl
2525
echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.zshrc
2626
source ~/.zshrc
2727
```
2828

29-
Ubuntu OpenSSL Installation
29+
Ubuntu OpenSSL Installation:
3030
```
3131
sudo apt update
3232
sudo apt install openssl

0 commit comments

Comments
 (0)