Skip to content

Commit

Permalink
docs: Fix simple typo, vitrual -> virtual (#58)
Browse files Browse the repository at this point in the history
There is a small typo in README.md.

Should read `virtual` rather than `vitrual`.
  • Loading branch information
timgates42 authored Mar 29, 2020
1 parent 295076b commit 415b512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Online Python 3.6 Programming with Live Pylint Syntax Checking!
```
python3 -m venv venv
```
3) Activate vitrual environment:
3) Activate virtual environment:
```
source venv/bin/activate
```
Expand Down

0 comments on commit 415b512

Please sign in to comment.