Skip to content

Commit

Permalink
fix: wrong plugin id used in the readme
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Shatunov <[email protected]>
  • Loading branch information
Prototik committed Jan 10, 2024
1 parent 363d9d9 commit 8adf47c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Plugin to automatically publish artifacts (mods) on the CurseForge portal direct

## Setup

[![Latest version](https://img.shields.io/gradle-plugin-portal/v/rocks.aur.cursed.publish?logo=gradle&label=Latest%20version&color=%2302303A)](https://plugins.gradle.org/plugin/rocks.aur.cursed.publish)
[![Latest version](https://img.shields.io/gradle-plugin-portal/v/rocks.aur.cursedpublish?logo=gradle&label=Latest%20version&color=%2302303A)](https://plugins.gradle.org/plugin/rocks.aur.cursedpublish)

<details open>
<summary>Kotlin buildscript</summary>

```kotlin
plugins {
id("rocks.aur.cursed.publish") version "<version>"
id("rocks.aur.cursedpublish") version "<version>"
}
```
</details>
Expand All @@ -24,7 +24,7 @@ plugins {

```groovy
plugins {
id 'rocks.aur.cursed.publish' version '<version>'
id 'rocks.aur.cursedpublish' version '<version>'
}
```
</details>
Expand Down

0 comments on commit 8adf47c

Please sign in to comment.