Corrections to README

This commit is contained in:
MarStr 2024-07-09 14:49:30 +02:00
parent ffd95820b9
commit 41ab755e76

View File

@ -47,7 +47,7 @@ If you want to use AWS and its services elsewhere, you are of course free to ins
You will need two Python modules: boto3 and pygame. Install them like so:
```python
pip install boto3<br/>
pip install boto3<br/><br/>
pip install pygame
```