diff --git a/README.md b/README.md
index cc36f9a1..fbb9d0dd 100755
--- a/README.md
+++ b/README.md
@@ -11,6 +11,7 @@ Features
* Visualize Slicer scenes (.mrb), and their views.
* Visualize DICOM that were previously unsupported in XTK.
+
Installation
------------
@@ -25,28 +26,24 @@ To install the XNAT image viewer into an XNAT installation:
**NOTE: Steps 4 and beyond differ for XNAT versions:**
**For XNAT 1.7 and up:**
+
+- Run a maven package operation:
-4. Run a maven package operation:
-
- mvn clean package
-
-5. Copy the resulting **target/xnatx-ximgview-*version*.jar** file to your *xnat.home* plugins folder.
-
-6. Restart Tomcat
-
-7. The older ImageJ-based image viewer also may have an actions link labeled **View Images**. You may want to relabel that link, by editing the relevant data types (e.g. MR Session) through the **Administer-->Data Types** link.
+ mvn clean package
+- Copy the resulting **target/xnatx-ximgview-*version*.jar** file to your **xnat.home** plugins folder.
+- Restart Tomcat.
+- The older ImageJ-based image viewer also may have an actions link labeled **View Images**. You may want to relabel that link, by editing the relevant data types (e.g. MR Session) through the **Administer-->Data Types** link.
+
**For XNAT 1.6.5 and earlier:**
+
+- Run a maven package operation:
-4. Run a maven package operation:
-
- mvn -P 1.6.5 clean package
-
-5. Copy the resulting **target/xnatx-ximgview-*version*.jar** file to your xnat_builder's modules folder (this is either a folder named **modules** directly under the xnat_builder folder or specified by the **xdat.modules.location** variable in your **build.properties** file).
-
-6. Run the update script to install the module in your deployed web application.
-
-7. Start Tomcat, log into your XNAT server, and browse to any of your MR sessions. You should now see an action labeled **View Images** to view the image over in the Actions box.
+ mvn -P 1.6.5 clean package
-8. The older ImageJ-based image viewer also may have an actions link labeled **View Images**. You may want to relabel that link, by editing the relevant data types (e.g. MR Session) through the **Administer-->Data Types** link.
+- Copy the resulting **target/xnatx-ximgview-*version*.jar** file to your xnat_builder's modules folder (this is either a folder named **modules** directly under the xnat_builder folder or specified by the **xdat.modules.location** variable in your **build.properties** file).
+- Run the update script to install the module in your deployed web application.
+- Start Tomcat, log into your XNAT server, and browse to any of your MR sessions. You should now see an action labeled **View Images** to view the image over in the Actions box.
+- The older ImageJ-based image viewer also may have an actions link labeled **View Images**. You may want to relabel that link, by editing the relevant data types (e.g. MR Session) through the **Administer-->Data Types** link.
+