diff --git a/docs/index.md b/docs/index.md
index 90da641..72c9884 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -29,21 +29,16 @@ Include dependency in your project:
net.java.jinput
jinput
- 2.0.8
-
-
- net.java.jinput
- jinput
- 2.0.8
- natives-all
+ {{ jinput_version }}
+ pom
```
You'll also need to add the build plugin in your `build/plugins` section of your pom
```xml
-
- com.googlecode.mavennatives
- maven-nativedependencies-plugin
-
+
+ com.googlecode.mavennatives
+ maven-nativedependencies-plugin
+
```