Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Comportment authored May 15, 2017
1 parent e65022c commit 61865e3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ public class Echo implements Command {
For more detailed examples please see the example package located at `src/example/java/me/diax/jdacommand`

<h3>Bots using JDA-Command:</h3>

<b>Rythm by ImBursting#8667</b>

<b>JDASelfBot by Comportment#9849</b>

<b>Keats for The Writers Dungeon</b>

<h4>Use JDA-Command in your projects today!</h4>

The current promoted version is 1.0.2
The current promoted version is 1.0.3

<h5>Maven</h5>

Expand All @@ -50,7 +53,7 @@ The current promoted version is 1.0.2
<dependency>
<groupId>com.github.Comportment</groupId>
<artifactId>JDA-Command</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

Expand All @@ -63,6 +66,6 @@ repositories {
}
dependencies {
compile 'com.github.Comportment:JDA-Command:1.0.2'
compile 'com.github.Comportment:JDA-Command:1.0.3'
}
```

0 comments on commit 61865e3

Please sign in to comment.