From b673a02a7ac6569bff247cbc682e9007807d32a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Berke=20Ak=C3=A7en?= Date: Tue, 7 May 2024 11:10:10 +0300 Subject: [PATCH] Update README.md --- .github/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index b7b10d1..8ae09b4 100644 --- a/.github/README.md +++ b/.github/README.md @@ -37,7 +37,7 @@ To add this project as a dependency to your project, add the following to your p com.github.Despical CommandFramework - 1.4.6 + 1.4.7 compile ``` @@ -50,10 +50,13 @@ repositories { ``` ```groovy dependencies { - implementation 'com.github.Despical:CommandFramework:1.4.6' + implementation 'com.github.Despical:CommandFramework:1.4.7' } ``` +> [!IMPORTANT] +> Do not forget to relocate the Command Framework package (**me.despical.commandframework**) + ## Example usage ```java