Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed May 7, 2024
1 parent ed5ef36 commit b673a02
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To add this project as a dependency to your project, add the following to your p
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>CommandFramework</artifactId>
<version>1.4.6</version>
<version>1.4.7</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -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
Expand Down

0 comments on commit b673a02

Please sign in to comment.