diff --git a/README.md b/README.md index b0d8236..35bcab9 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ public class PluginMainClass { } ``` +## Getting the latest commits to your code If you want to use the latest commits without waiting for releases. first, install it to your maven local repo ``` @@ -93,7 +94,7 @@ git clone https://github.com/ProxioDev/RedisBungee.git cd RedisBungee mvn clean install ``` -then use any of these to your project. +then use any of these in your project. ``` com.imaginarycode.minecraft @@ -101,6 +102,8 @@ then use any of these to your project. VERSION provided +``` +``` com.imaginarycode.minecraft RedisBungee-Velocity