diff --git a/PITCHME.md b/PITCHME.md
index 842db85eb51032dcca3c54974982faa355f69e2d..cbcbce5988a37fe0c2d5f87d39507984ea1a657f 100644
--- a/PITCHME.md
+++ b/PITCHME.md
@@ -38,7 +38,8 @@ Note:
 
 ---
 
-KÉP: https://cdn-images-1.medium.com/max/800/0*_e09A-2xg4x7PG_A.
+![Python is awsome!](https://cdn-images-1.medium.com/max/800/0*_e09A-2xg4x7PG_A.)
+KÉP: 
 
 ---
 
@@ -130,26 +131,25 @@ pip install flake8/black
 ### Virtualenv
 
  - saját környezet minden projekthez
-    -
-    -
-
+    -a
+    -b
 
  - Windows:
 
-```cmd
+```
 python -m venv venv
 ```
 
-```cmd
+```
 venv\Scripts\activate.bat
 ```
 
 - Linux:
-```bash
+```
 python3 -m venv venv
 ```
 
-```bash
+```
 source venv\bin\activate.bat
 ```