Fix some markdown issues (github pages).

This commit is contained in:
dyorgio 2018-05-23 11:23:36 -03:00
parent 9f650f8a5d
commit 55e0f46eec

View file

@ -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. often contain a native code portion to interface to the host system.
</p> </p>
##Getting Started ## Getting Started
Include dependency in your project: Include dependency in your project:
1. Maven - Easy way 1. Maven - Easy way
----- -----
```xml ```xml
<dependency> <dependency>
<groupId>net.java.jinput</groupId> <groupId>net.java.jinput</groupId>
<artifactId>jinput</artifactId> <artifactId>jinput</artifactId>
<version>2.0.7</version> <version>2.0.7</version>
</dependency> </dependency>
``` ```
2. Build from sources - Experts only 2. Build from sources - Experts only
----- -----
@ -42,5 +42,5 @@ Include dependency in your project:
``` ```
3. Include generated artifacts to your project. 3. Include generated artifacts to your project.
##Usage ## Usage