Skip to content

Commit fedaf55

Browse files
Update README.md
1 parent ef202d2 commit fedaf55

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a href="https://github.com/wniemiec-util-java/string-utils/actions/workflows/ubuntu.yml"><img src="https://github.com/wniemiec-util-java/string-utils/actions/workflows/ubuntu.yml/badge.svg" alt=""></a>
99
<a href="https://codecov.io/gh/wniemiec-util-java/string-utils"><img src="https://codecov.io/gh/wniemiec-util-java/string-utils/branch/master/graph/badge.svg?token=R2SFS4SP86" alt="Coverage status"></a>
1010
<a href="http://java.oracle.com"><img src="https://img.shields.io/badge/java-11+-D0008F.svg" alt="Java compatibility"></a>
11-
<a href="https://github.com/wniemiec-util-java/string-utils/releases"><img src="https://img.shields.io/github/v/release/wniemiec-util-java/string-utils" alt="Release"></a>
11+
<a href="https://mvnrepository.com/artifact/io.github.wniemiec-util-java/string-utils"><img src="https://img.shields.io/maven-central/v/io.github.wniemiec-util-java/string-utils" alt="Maven Central release"></a>
1212
<a href="https://github.com/wniemiec-util-java/string-utils/blob/master/LICENSE"><img src="https://img.shields.io/github/license/wniemiec-util-java/string-utils" alt="License"></a>
1313
</p>
1414
<hr />
@@ -17,7 +17,19 @@
1717
Methods package that perform string manipulation.
1818

1919
## ❓ How to use
20-
1. Add this to pom.xml:
20+
21+
1. Add one of the options below to the pom.xml file:
22+
23+
#### Using Maven Central (recomended):
24+
```
25+
<dependency>
26+
<groupId>io.github.wniemiec-util-java</groupId>
27+
<artifactId>string-utils</artifactId>
28+
<version>LATEST</version>
29+
</dependency>
30+
```
31+
32+
#### Using GitHub Packages:
2133
```
2234
<dependency>
2335
<groupId>wniemiec.util.java</groupId>

0 commit comments

Comments
 (0)