From e986d5f1fb8856e347624aa017bb6f14e39ccc3a Mon Sep 17 00:00:00 2001 From: mohammed jasem alaajel Date: Sat, 16 Jul 2022 07:09:04 +0400 Subject: [PATCH] change something again in readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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