diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 47541f6..3e0a75f 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -1,5 +1,5 @@
-
+
diff --git a/docs/index.md b/docs/index.md
index 886daa1..5cf36c6 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -29,7 +29,7 @@ Include dependency in your project:
net.java.jinput
jinput
- {{ jinput_version }}
+ {{ jinput_version }}
pom
```
@@ -44,13 +44,7 @@ Include dependency in your project:
2. Build from sources - Experts only
-----
- 1. Download latest source from [here]({{ site.github.zip_url }}).
- 2. Build maven root project:
- ```bash
- mvn build .
- ```
- 3. Include generated artifacts to your project.
-
+See the readme.md at
## Usage
```java