From 59af2fb19ef9932835aa3f433c5b468e191671bd Mon Sep 17 00:00:00 2001 From: MarStr Date: Tue, 9 Jul 2024 13:37:56 +0200 Subject: [PATCH] Corrections to README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd2a0b0..88b9eda 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,15 @@ 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 ``` Next, open up the Pilot2AWS.py script with your favorite editor and make the necessary adjustments as follows: ```python -atc_aws_key = "YOUR_AWS_KEY"\ -atc_aws_secret = "YOUR_AWS_SECRET"\ +atc_aws_key = "YOUR_AWS_KEY"
+atc_aws_secret = "YOUR_AWS_SECRET"
atc_aws_region = "SERVER REGION" ``` -- 2.30.2