From 55e0f46eeca5f58dfdf338c16244eb20a6d3ef09 Mon Sep 17 00:00:00 2001 From: dyorgio Date: Wed, 23 May 2018 11:23:36 -0300 Subject: [PATCH] Fix some markdown issues (github pages). --- docs/index.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index f51def6..5dfc9a1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,19 +19,19 @@ the API to adapt to various specific platforms. These plug-ins often contain a native code portion to interface to the host system.

-##Getting Started +## Getting Started Include dependency in your project: 1. Maven - Easy way ----- -```xml - - net.java.jinput - jinput - 2.0.7 - -``` + ```xml + + net.java.jinput + jinput + 2.0.7 + + ``` 2. Build from sources - Experts only ----- @@ -42,5 +42,5 @@ Include dependency in your project: ``` 3. Include generated artifacts to your project. -##Usage +## Usage