diff --git a/README.md b/README.md
index daa0c11f..294d85dc 100644
--- a/README.md
+++ b/README.md
@@ -23,16 +23,27 @@ Or look at this:
----------------------------------------------------
### Maven Repository ###
+HikariCP comes with two jars: ``HikariCP-1.x.x.jar`` and ``HikariCP-agent-1.x.x.jar``. The "core" jar contains
+everything you need to run. If you wish to use *instrumentation mode* to go a little faster, you'll also need
+the agent jar. See below for details.
+
+##### Required #####
+
com.zaxxer
- HikariCP-parent
+ HikariCP
1.1.7
compile
-HikariCP comes with two jars: ``HikariCP-1.x.x.jar`` and ``HikariCP-agent-1.x.x.jar``. The "core" jar contains
-everything you need to run. If you wish to use *instrumentation mode* to go a little faster, you'll also need
-the agent jar. See below for details.
+##### Optional (Instrumentation) #####
+
+
+ com.zaxxer
+ HikariCP-agent
+ 1.1.7
+ compile
+
----------------------------------------------------
#### Driver Support ####