]> marstr Code Repo - Pilot2AWS/commitdiff
Corrections to README
authorMarStr <marcus@marstr.online>
Tue, 9 Jul 2024 11:37:56 +0000 (13:37 +0200)
committerMarStr <marcus@marstr.online>
Tue, 9 Jul 2024 11:37:56 +0000 (13:37 +0200)
README.md

index dd2a0b0f20bff864ba2c028993599776f78dc9da..88b9eda02d0260a099754fddd9e1d47388392edd 100644 (file)
--- 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:\r
 \r
 ```python\r
-pip install boto3\\r
+pip install boto3<br>\r
 pip install pygame\r
 ```\r
 \r
 Next, open up the Pilot2AWS.py script with your favorite editor and make the necessary adjustments as follows:\r
 \r
 ```python\r
-atc_aws_key    = "YOUR_AWS_KEY"\\r
-atc_aws_secret = "YOUR_AWS_SECRET"\\r
+atc_aws_key    = "YOUR_AWS_KEY"<br>\r
+atc_aws_secret = "YOUR_AWS_SECRET"<br>\r
 atc_aws_region = "SERVER REGION"\r
 ```\r
 \r