]> marstr Code Repo - Pilot2AWS/commitdiff
Corrections to README
authorMarStr <marcus@marstr.online>
Tue, 9 Jul 2024 12:46:02 +0000 (14:46 +0200)
committerMarStr <marcus@marstr.online>
Tue, 9 Jul 2024 12:46:02 +0000 (14:46 +0200)
README.md

index 08bb6997448909fe2f7ba05734dad0e237ac35ea..6dd1ce648541ff77ddb161e0997d22ae2fa8dbb6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,6 +48,7 @@ You will need two Python modules: boto3 and pygame. Install them like so:
 \r
 ```python\r
 pip install boto3  \r
+\r
 pip install pygame  \r
 ```\r
 \r
@@ -55,7 +56,9 @@ Next, open up the Pilot2AWS.py script with your favorite editor and make the nec
 \r
 ```python\r
 atc_aws_key    = "YOUR_AWS_KEY"  \r
+\r
 atc_aws_secret = "YOUR_AWS_SECRET"  \r
+\r
 atc_aws_region = "SERVER REGION"  \r
 ```\r
 \r