Skip to content

Commit 34f4b58

Browse files
Fix casing of JMemoryBuddy artifact in README
1 parent 63177ee commit 34f4b58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The library is published at MavenCentral
1515
```
1616
<dependency>
1717
<groupId>one.jpro</groupId>
18-
<artifactId>JMemoryBuddy</artifactId>
18+
<artifactId>jmemorybuddy</artifactId>
1919
<version>0.5.6</version>
2020
<scope>test</scope>
2121
</dependency>
@@ -24,7 +24,7 @@ The library is published at MavenCentral
2424
#### Gradle
2525
```
2626
dependencies {
27-
compile "one.jpro:JMemoryBuddy:0.5.6"
27+
compile "one.jpro:jmemorybuddy:0.5.6"
2828
}
2929
```
3030

0 commit comments

Comments
 (0)