Skip to content

Commit 1f27614

Browse files
authored
fix: added Added syntax highlighting to README (#2384)
1 parent 0619998 commit 1f27614

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
@@ -79,7 +79,7 @@ dependencies.
7979

8080
### Mac/Linux
8181

82-
```
82+
```bash
8383
pip3 install virtualenv
8484
virtualenv <your-env>
8585
source <your-env>/bin/activate
@@ -88,7 +88,7 @@ source <your-env>/bin/activate
8888

8989
### Windows
9090

91-
```
91+
```batch
9292
pip install virtualenv
9393
virtualenv <your-env>
9494
<your-env>\Scripts\activate

0 commit comments

Comments
 (0)