Skip to content

Commit 2a33c03

Browse files
authored
Update README.md
1 parent 2999925 commit 2a33c03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Using Maven:
2222
<dependency>
2323
<groupId>com.github.Dorian349</groupId>
2424
<artifactId>bfd-java-api</artifactId>
25-
<version>VERSION</version>
25+
<version>1.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
```
@@ -34,13 +34,15 @@ repositories {
3434
```
3535
```groovy
3636
dependencies {
37-
implementation 'com.github.Dorian349:bfd-java-api:VERSION'
37+
implementation 'com.github.Dorian349:bfd-java-api:1.0.0'
3838
}
3939
```
4040

4141
## Features
4242
• Collect information about a user from discords.com
43+
4344
• Collect information about a bot from discords.com such as votes / widget
45+
4446
• Post the bot server count on discords.com
4547

4648
## Simplest Usage

0 commit comments

Comments
 (0)