Update README.md

This commit is contained in:
Naman 2018-12-27 11:53:36 -06:00 committed by GitHub
parent bdd547309a
commit 5d58081f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,21 +30,17 @@ The video can be found [here](https://www.youtube.com/watch?v=fnDwjA2gX-E).
If you would like to use the plugin as a dependency in your project, you can use maven. If you would like to use the plugin as a dependency in your project, you can use maven.
```xml ```xml
<repositories>
<repository> <repository>
<id>savagefactions-repo</id> <id>jitpack.io</id>
<url>https://cdn.jsdelivr.net/gh/ProSavage/SavageFactions@1.6.x/</url> <url>https://jitpack.io</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository> </repository>
</repositories>
<dependency> <dependency>
<groupId>com.massivecraft</groupId> <groupId>com.github.ProSavage</groupId>
<artifactId>Factions</artifactId> <artifactId>SavageFactions</artifactId>
<version>{version}</version> <version>1.6.x-0.1.21-gbdd5473-400</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
``` ```