From 41ab755e7662b9addb7f618dcfedd305e283712d Mon Sep 17 00:00:00 2001 From: MarStr Date: Tue, 9 Jul 2024 14:49:30 +0200 Subject: [PATCH] Corrections to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5346176..81f4b93 100644 --- a/README.md +++ b/README.md @@ -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
+pip install boto3

pip install pygame ``` -- 2.30.2