Skip to content

Commit

Permalink
update from origin
Browse files Browse the repository at this point in the history
update from origin
  • Loading branch information
XenoAmess authored Aug 7, 2019
2 parents e2e5e38 + 52e6bf2 commit 5c9aa81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
An advert from the maintainer:
[RetroWar: 8-bit Party Battle](https://retrowar.net) is out now. Defeat up to 15 of your friends in a tournament of 80s-inspired retro mini games.
[RetroWar: 8-bit Party Battle](https://store.steampowered.com/app/664240/RetroWar_8bit_Party_Battle/?git) is out now. Defeat up to 15 of your friends in a tournament of 80s-inspired retro mini games.

# Jamepad

Expand Down Expand Up @@ -46,9 +46,9 @@ Jamepad has:

## Using Jamepad

#### Getting Jamepad
### Getting Jamepad

#####gradle
##### gradle
If you use gradle, you can pull this package in from jitpack. First, add jitpack to your repositories section:
````
repositories {
Expand All @@ -63,7 +63,7 @@ dependencies {
compile 'com.github.WilliamAHartman:Jamepad:1.3.2'
}
````
#####maven
##### maven
If you use maven, you can pull this package in from jitpack. First, add jitpack to your repositories section:
````
<repositories>
Expand All @@ -85,7 +85,7 @@ Next, add this line to your dependencies section. Update the version number to w
</dependency>
</dependencies>
````
#####jar
##### jar
If you aren't using gradle, just download the .jar file from the releases section and add it to your project as usual.

#### Using Jamepad
Expand Down

0 comments on commit 5c9aa81

Please sign in to comment.