diff --git a/README.md b/README.md
index 5006f01..abc2312 100644
--- a/README.md
+++ b/README.md
@@ -98,28 +98,15 @@ This text would be entered in as the value for the __Server Password__, instead
---
+## Release 2.2 Update on Entry Params
+**Important Note** Entry params are no longer used. This version of the extension will only update certs on existing bindings and not add a cert to a new binding location. This was done to simplify the process since there are so many binding locations and reference issues.
+
## CERT STORE SETUP AND GENERAL PERMISSIONS
Cert Store Type Configuration
In Keyfactor Command create a new Certificate Store Type similar to the one below:
-### Release 2.2 Update on Entry Params
-**Important Note** Entry params are no longer used. This version of the extension will only update certs on existing bindings and not add a cert to a new binding location. This was done to simplify the process since there are so many binding locations and reference issues.
-
-### Store Path Explanation
-**Important Note** The store path permutations are show below
-
-#### FIREWALL VIRTUAL SYSTEM PATH
-**Path Example: ** /config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']
-**localhost.localdomain**: This is a constant value representing the default domain on the firewall.
-**vsys1**: This represents a specific virtual system on the firewall.
-
-The complete path is:
-
-/config/devices/entry[@name='localhost.localdomain']: This part of the path refers to the device entry with the name 'localhost.localdomain' under the 'devices' section in the 'config'.
-/vsys/entry[@name='vsys1']: Within the 'localhost.localdomain' device entry, this specifies the entry for the virtual system named 'vsys1'.
-
#### STORE TYPE CONFIGURATION
SETTING TAB | CONFIG ELEMENT | DESCRIPTION
------|-----------|------------------
@@ -166,6 +153,19 @@ Use SSL |This should be checked.
User |ApiUser Setup for either Panorama or the Firewall Device
Password |Api Password Setup for the user above
+### Store Path Explanation
+**Important Note** The store path permutations are show below
+
+#### FIREWALL VIRTUAL SYSTEM PATH
+*Path Example*: /config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']
+*localhost.localdomain*: This is a constant value representing the default domain on the firewall.
+*vsys1*: This represents a specific virtual system on the firewall.
+
+The complete path is:
+
+/config/devices/entry[@name='localhost.localdomain']: This part of the path refers to the device entry with the name 'localhost.localdomain' under the 'devices' section in the 'config'.
+/vsys/entry[@name='vsys1']: Within the 'localhost.localdomain' device entry, this specifies the entry for the virtual system named 'vsys1'.
+