diff --git a/README.md b/README.md
index c77edf0..403e0d9 100644
--- a/README.md
+++ b/README.md
@@ -7,14 +7,14 @@ Sector control missions for Arma III. Mod Lists are included inside the packed .
- Mod list included with the .pbo Mission file.
- If you wish to allow players to respawn with the same loadout you will need to uncomment the lines of code listed below in their respective .sqf files that are packed into the .pbo mission file (PBO Manager is required to unpack .pbo files):
-====================================================================================
+
onPlayerKilled.sqf
//player setVariable["Saved_Loadout",getUnitLoadout player];
Make sure to uncomment the line of code for it to work properly. Can be seen above.
-====================================================================================
+
remove the // at the start of the line of the code base.
@@ -30,9 +30,9 @@ remove the // at the start of the line of the code base.
//clearAllItemsFromBackpack player;
//removeBackpack player;
//player setUnitLoadout(player getVariable["Saved_Loadout",[]]);
-===================================================================================
+
Make sure to uncomment the line of code for it to work properly. Can be seen above.
-===================================================================================
+
desciption.ext
@@ -47,7 +47,7 @@ respawnDelay=3; //
respawnOnStart=2; //
/////////////////////
-====================================================================================
+
Please open a new issue if there is any bugs, errors or problems you find in my missions. Please include screenshots of the error message(s) & as much detail as possible to help me find and fix the issue.