Skip to content

Commit b673a02

Browse files
committed
Update README.md
1 parent ed5ef36 commit b673a02

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To add this project as a dependency to your project, add the following to your p
3737
<dependency>
3838
<groupId>com.github.Despical</groupId>
3939
<artifactId>CommandFramework</artifactId>
40-
<version>1.4.6</version>
40+
<version>1.4.7</version>
4141
<scope>compile</scope>
4242
</dependency>
4343
```
@@ -50,10 +50,13 @@ repositories {
5050
```
5151
```groovy
5252
dependencies {
53-
implementation 'com.github.Despical:CommandFramework:1.4.6'
53+
implementation 'com.github.Despical:CommandFramework:1.4.7'
5454
}
5555
```
5656

57+
> [!IMPORTANT]
58+
> Do not forget to relocate the Command Framework package (**me.despical.commandframework**)
59+
5760
## Example usage
5861

5962
```java

0 commit comments

Comments
 (0)