Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZockerAxel committed Dec 6, 2024
1 parent f252ca6 commit 2dc230b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ Or for mojang-mapped jar:
```


Replace VERSION with the Version you want, for example for v2.1.20, you would use:
Replace VERSION with the Version you want, for example for v2.1.21, you would use:
```xml
<dependency>
<groupId>com.github.ZockerAxel</groupId>
<artifactId>CrazyAdvancementsAPI</artifactId>
<version>v2.1.20</version>
<version>v2.1.21</version>
</dependency>
```

Expand All @@ -68,10 +68,10 @@ dependencies {
}
```

And replace VERSION with the Version you want, for exmaple for v2.1.20, you would use:
And replace VERSION with the Version you want, for exmaple for v2.1.21, you would use:
```kts
dependencies {
compileOnly("com.github.ZockerAxel:CrazyAdvancementsAPI:v2.1.20")
compileOnly("com.github.ZockerAxel:CrazyAdvancementsAPI:v2.1.21")
}
```

Expand Down

0 comments on commit 2dc230b

Please sign in to comment.