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 327df05 commit f0e9f40
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.18a, you would use:
Replace VERSION with the Version you want, for example for v2.1.20, you would use:
```xml
<dependency>
<groupId>com.github.ZockerAxel</groupId>
<artifactId>CrazyAdvancementsAPI</artifactId>
<version>v2.1.18a</version>
<version>v2.1.20</version>
</dependency>
```

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

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

Expand Down

0 comments on commit f0e9f40

Please sign in to comment.