Browse Source

Update README.md yet again

Miroslav Abrahám 5 months ago
parent
commit
901a72c645
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -131,7 +131,7 @@ In order to install the development environment, please run the following code:
 
 ### Linux
 
-```bash
+```sh
 python -m venv distro/python-linux
 source distro/python-linux/bin/activate
 pip install nodeenv
@@ -146,7 +146,7 @@ deactivate_node
 
 ### Windows
 
-```cmd
+```bat
 python -m venv distro/python-windows
 distro\python-windows\Scripts\activate.bat
 pip install nodeenv