Website updates

This commit is contained in:
Endolf 2018-06-01 16:50:20 +01:00
parent f12daf06da
commit f7155114ce
2 changed files with 3 additions and 9 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{{ site.lang | default: "en-US" }}">
<html lang="{{ site.lang | default: "en-GB" }}">
<head>
<meta charset="UTF-8">

View file

@ -29,7 +29,7 @@ Include dependency in your project:
<dependency>
<groupId>net.java.jinput</groupId>
<artifactId>jinput</artifactId>
<version>{{ jinput_version }}</version>
<version> {{ jinput_version }} </version>
<type>pom</type>
</dependency>
```
@ -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