Skip to content

Commit

Permalink
chore(readme): Add latest version published badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Sep 22, 2023
1 parent 5fdae0a commit f1f55ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<img alt="GitHub" src="https://img.shields.io/github/license/Ayfri/Kore?style=flat-square">
<img alt="GitHub issues" src="https://img.shields.io/github/issues-raw/Ayfri/Kore?color=dark_green&logo=github&style=flat-square">
<img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed-raw/Ayfri/Kore?color=blue&logo=github&style=flat-square">
<img alt="Maven Central" src="https://img.shields.io/maven-central/v/io.github.ayfri.kore/kore?style=flat-square&logo=gradle&label=latest%20version">
</a>
</p>
<hr>
Expand Down Expand Up @@ -33,9 +34,6 @@ Or with Groovy DSL:
implementation 'io.github.ayfri.kore:kore:VERSION'
```

> Note : You can't currently download the library because it's not published yet, but you can still clone the repository and use it as a
> local dependency.
Then create a `Main.kt` file and start writing your datapacks.

## Example
Expand Down

0 comments on commit f1f55ec

Please sign in to comment.