diff --git a/docs/index.md b/docs/index.md
index 34384f1..7d030c0 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -23,7 +23,7 @@ often contain a native code portion to interface to the host system.
Include the dependency in your project:
- ```xml
+```xml
net.java.jinput
jinput
@@ -35,14 +35,14 @@ Include the dependency in your project:
{{site.jinput_version}}
natives-all
- ```
+```
You'll also need to add the build plugin in your `build/plugins` section of your pom
- ```xml
+```xml
com.googlecode.mavennatives
maven-nativedependencies-plugin
- ```
+```
A full pom might look like [this one](https://github.com/jinput/jinput/blob/master/examples/example.pom.xml)