Update README.md

This commit is contained in:
Driftay 2019-07-27 23:56:46 -04:00 committed by GitHub
parent 750a975597
commit ed60084712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,17 +15,18 @@ Some of our features include the following
## Dependency With Maven ## Dependency With Maven
``` ```
<repositories> <repositories>
<repository> <repository>
<id>jitpack.io</id> <id>jitpack.io</id>
<url>https://jitpack.io</url> <url>https://jitpack.io</url>
</repository> </repository>
</repositories> </repositories>
<dependency>
<groupId>com.github.Driftay</groupId> <dependency>
<artifactId>Saber-Factions</artifactId> <groupId>com.github.Driftay</groupId>
<version>Tag</version> <artifactId>Saber-Factions</artifactId>
</dependency> <version>Tag</version>
</dependency>
``` ```
## Moving Forward ## Moving Forward