Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
notrhys authored Jul 10, 2021
1 parent 61d8f77 commit 98d794d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ This API provides faster methods of getting specific information from the spigot

# Supported: 1.7 - 1.8 , (working on other versions soon)

## Installation

Maven:

```xml
<repositories>
<repository>
<id>Sparky</id>
<url>https://nexus.sparky.ac/repository/Sparky/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>me.rhys</groupId>
<artifactId>BetterSpigotMethods</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
```

## Examples

Setting up the API:
Expand Down

0 comments on commit 98d794d

Please sign in to comment.