Fixed lang tag in md code

This commit is contained in:
Marvin Scham
2022-08-30 07:45:56 +02:00
committed by GitHub
parent 5f03f39e9e
commit 0d3681b0fd

View File

@@ -8,7 +8,7 @@ Projektarbeit RWU: Python im Browser mit PyScript
Lösung des Problems ist das Aufsetzen eines lokalen Servers, beispielsweise über [XAMPP](https://www.apachefriends.org/de/index.html) oder direkt per Python 3:
```python
```sh
python -m http.server
```