Skip to content

Commit

Permalink
Fix capital I
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqzn committed Sep 17, 2024
1 parent 2b37279 commit 8ef8d34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Replace `PLATFORM` with your desired platform and `VERSION` with the latest vers

```gradle
dependencies {
implementation "dev.velix:Imperat-core:VERSION"
implementation "dev.velix:Imperat-PLATFORM:VERSION"
implementation "dev.velix:imperat-core:VERSION"
implementation "dev.velix:imperat-PLATFORM:VERSION"
}
```

Expand All @@ -34,13 +34,13 @@ dependencies {
<dependencies>
<dependency>
<groupId>dev.velix</groupId>
<artifactId>Imperat-core</artifactId>
<artifactId>imperat-core</artifactId>
<version>VERSION</version>
</dependency>

<dependency>
<groupId>dev.velix</groupId>
<artifactId>Imperat-PLATFORM</artifactId>
<artifactId>imperat-PLATFORM</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ subprojects {
signAllPublications()
}

}
}

0 comments on commit 8ef8d34

Please sign in to comment.